From afbea5013b66365296c91e300c5405b12ea6057b Mon Sep 17 00:00:00 2001 From: George Dietrich Date: Wed, 29 Nov 2023 20:43:20 -0500 Subject: [PATCH] create DB with test username --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3914c1d..8148117 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,8 @@ jobs: postgres: image: postgres:16-alpine env: - POSTGRES_USER: blog_user - POSTGRES_PASSWORD: mYAw3s0meB!og + POSTGRES_USER: blog_test_user + POSTGRES_PASSWORD: 'mYAw3s0meB!og' POSTGRES_DB: postgres ports: - 5432:5432