Skip to content

Commit

Permalink
quote is ready command
Browse files Browse the repository at this point in the history
  • Loading branch information
mawandm committed Apr 4, 2024
1 parent bbd6798 commit f167d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- 5432:5432
# Set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready -h localhost -U $$POSTGRES_USER
--health-cmd "pg_isready -h localhost -U $$POSTGRES_USER"
--health-interval 10s
--health-timeout 5s
--health-retries 10
Expand Down

0 comments on commit f167d29

Please sign in to comment.