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