Skip to content

Commit

Permalink
Update startup-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-intuitem committed May 5, 2024
1 parent b1e3b34 commit 6869883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/startup-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: postgres:14.1
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: $(uuidgen)
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
ports: ["5432:5432"]
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
Expand Down

0 comments on commit 6869883

Please sign in to comment.