Skip to content

Commit

Permalink
feat: add health check delay
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrinson-rise8 committed Nov 7, 2024
1 parent 2f193b7 commit 400367d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check_smoke_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
POSTGRES_PASSWORD: pw
ports:
- 5432:5432
options:
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5

steps:
- name: Check out repository
Expand Down

0 comments on commit 400367d

Please sign in to comment.