Skip to content

Commit 4083e33

Browse files
committed
Trying to fix PgSQL startup
1 parent dc49a2e commit 4083e33

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,11 @@ jobs:
228228
POSTGRES_PASSWORD:
229229
ports:
230230
- "5432:5432"
231-
231+
options: >-
232+
--health-cmd pg_isready
233+
--health-interval 10s
234+
--health-timeout 5s
235+
--health-retries 5
232236
steps:
233237
- name: "Checkout"
234238
uses: "actions/checkout@v2"

0 commit comments

Comments
 (0)