Skip to content

Commit

Permalink
CI DB connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa committed Jul 2, 2024
1 parent 5b940c1 commit 0e04062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
test-backend:
name: Test backend
env:
DATABASE_URL: "postgresql://postgres:pass@localhost:5438/myapp?connection_limit=80"
DATABASE_URL: "postgresql://postgres:pass@localhost:5432/myapp?connection_limit=80"

services:
postgres:
Expand Down

0 comments on commit 0e04062

Please sign in to comment.