From 0c35ac4e6a93974339a6bb0e8e5909ced15ffd40 Mon Sep 17 00:00:00 2001 From: grillazz Date: Wed, 5 May 2021 20:07:45 +0200 Subject: [PATCH] fix ci --- .github/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 15ebecc..29553b7 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -21,7 +21,7 @@ jobs: POSTGRES_DB: devdb ports: - 5432:5432 - # needed because the postgres container does not provide a healthcheck + # needed because the postgres container does not provide a health check options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 steps: @@ -43,7 +43,7 @@ jobs: PYTHONUNBUFFERED: 1 SQL_DB: devdb SQL_TEST_DB: testdb - SQL_HOST: db + SQL_HOST: 127.0.0.1 SQL_USER: user SQL_PASS: secret