From fd254e6a45abe7488e55217710d2dca82a3e080b Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 26 Apr 2023 13:35:48 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76ed0713..59140497 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,8 @@ jobs: postgres: image: postgres:latest env: + PGPASSWORD: '${POSTGRES_PASSWORD:-postgres}' + PGPORT: '${POSTGRES_PORT:-5432}' POSTGRES_PASSWORD: 'postgres' POSTGRES_USER: 'postgres' POSTGRES_DB: main