From 0cf3c7d47af55cb5f44e6bdba7f66f90c31ae8bc Mon Sep 17 00:00:00 2001 From: emilpriver Date: Wed, 24 Apr 2024 14:24:38 +0200 Subject: [PATCH] updated postgres port --- .github/workflows/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 8652cf4..04ab958 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -15,7 +15,9 @@ jobs: postgres: image: postgres:15.6 env: - postgres_password: postgres + POSTGRES_PASSWORD: postgres + POSTGRES_DB: development + POSTGRES_USER: postgres options: >- --health-cmd pg_isready --health-interval 10s