From a29a5bb89ab34129741d8edeb4cfefa6cc8b3c4f Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 22 May 2023 12:36:25 +0200 Subject: [PATCH] Add the default root password back to ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5feffd8f..e144d777 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: postgres: image: postgres:latest env: + POSTGRES_PASSWORD: 'postgres' POSTGRES_DB: main ports: - 5432/tcp