Skip to content

Commit

Permalink
updated postgres port
Browse files Browse the repository at this point in the history
  • Loading branch information
emilpriver committed Apr 24, 2024
1 parent c8e5e1f commit 0cf3c7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
postgres:
image: postgres:15.6
env:
postgres_password: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: development
POSTGRES_USER: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down

0 comments on commit 0cf3c7d

Please sign in to comment.