From 9193e73af908bdaa0b129559ff3f86027636865e Mon Sep 17 00:00:00 2001 From: stijndcl Date: Fri, 17 Jun 2022 00:47:10 +0200 Subject: [PATCH] Add password --- .github/workflows/python.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 9ded31d..9f91f94 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -29,6 +29,7 @@ jobs: image: postgres:14 env: POSTGRES_DB: didier_action + POSTGRES_PASSWORD: postgres options: >- --health-cmd pg_isready --health-interval 10s @@ -56,6 +57,7 @@ jobs: env: DB_TEST_SQLITE: false DB_NAME: didier_action + DB_PASSWORD: postgres linting: needs: [dependencies] runs-on: ubuntu-latest