From 7ef7d9d2af2f4a810a47aee21e61795193db22f9 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Thu, 27 May 2021 12:44:11 +0200 Subject: [PATCH] pg try connect --- .github/workflows/integration-tests.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 57b03f5ca..71dcc0edc 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -32,6 +32,11 @@ jobs: POSTGRES_PASSWORD: Pwd2020Db ports: - 5432:5432 + options: >- + --health-cmd pg_isready + --health-interval 10s + --health-timeout 5s + --health-retries 5 # mysql: # image: mysql