Skip to content

Commit

Permalink
Update startup-tests.yml
Browse files Browse the repository at this point in the history
try random value
  • Loading branch information
eric-intuitem committed May 5, 2024
1 parent 02dfc85 commit a3a63c2
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: postgres
POSTGRES_PASSWORD: $(uuidgen)
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 a3a63c2

Please sign in to comment.