From 46201c68c6f0b754b5293d3cfbb00688189d44aa Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 22 May 2023 14:07:03 +0200 Subject: [PATCH] Revert Postgres credential changes in ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e144d777..aca092db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,8 @@ jobs: postgres: image: postgres:latest env: - POSTGRES_PASSWORD: 'postgres' + POSTGRES_PASSWORD: password + POSTGRES_USER: root POSTGRES_DB: main ports: - 5432/tcp