We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1a6b7 commit 5561fecCopy full SHA for 5561fec
.github/workflows/main.yml
@@ -29,9 +29,9 @@ jobs:
29
- 5432:5432
30
options: >-
31
--health-cmd pg_isready
32
- --health-interval 10s
33
- --health-timeout 5s
34
- --health-retries 5
+ --health-interval 1s
+ --health-timeout 2s
+ --health-retries 30
35
steps:
36
- uses: actions/checkout@v6
37
- name: Set up Ruby ${{ matrix.ruby }}
@@ -87,9 +87,9 @@ jobs:
87
88
89
90
91
92
93
94
95
- name: Setup the environment
0 commit comments