Skip to content

Commit

Permalink
fix(ci): point to port 5432 instead of 5433
Browse files Browse the repository at this point in the history
  • Loading branch information
TAnas0 committed Sep 27, 2024
1 parent 7f0b0a1 commit f0a8fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
POSTGRES_PASSWORD: password
POSTGRES_DB: database
ports:
- 5433:5432
- 5432:5432
options: >-
--health-cmd="pg_isready -U user"
--health-interval=10s
Expand Down

0 comments on commit f0a8fb0

Please sign in to comment.