Skip to content

Commit

Permalink
fix: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Feb 7, 2024
1 parent a27fac7 commit 5a91530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
cd ./go-api
go run main.go &
env:
DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/orakl?schema=public"
DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/orakl-test?schema=public"
ENCRYPT_PASSWORD: "abc123"
APP_PORT: "3000"
REDIS_HOST: "localhost"
Expand Down

0 comments on commit 5a91530

Please sign in to comment.