Skip to content

Commit bef1a28

Browse files
committed
GHA has its own check interval already
As suggested by github/docs#43243
1 parent 4f1a6b7 commit bef1a28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
- 5432:5432
3030
options: >-
3131
--health-cmd pg_isready
32-
--health-interval 10s
33-
--health-timeout 5s
34-
--health-retries 5
32+
--health-interval 1s
33+
--health-timeout 2s
34+
--health-retries 30
3535
steps:
3636
- uses: actions/checkout@v6
3737
- name: Set up Ruby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)