Skip to content

Commit

Permalink
fix: publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n9mi committed Sep 10, 2024
1 parent 5252bca commit 2bb0047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
# Provide the password for postgres
env:
POSTGRES_DB: contact_db
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgre
# Set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready
Expand Down

0 comments on commit 2bb0047

Please sign in to comment.