From aa227e82c2154f0b40d3a713c9ea24d478f9863a Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 22 May 2023 11:23:32 +0200 Subject: [PATCH] Add root Postgres user credentials back to 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 5feffd8f..76ed0713 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,8 @@ jobs: postgres: image: postgres:latest env: + POSTGRES_PASSWORD: 'postgres' + POSTGRES_USER: 'postgres' POSTGRES_DB: main ports: - 5432/tcp