Skip to content

Commit

Permalink
workflow: Lower healt-retries to 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhunsen committed Aug 29, 2024
1 parent ac4693c commit 86687c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 50
--health-retries 5
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 50
--health-retries 5
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 86687c5

Please sign in to comment.