From 0c8279657aaed22538067597241ca2ce911ca4d4 Mon Sep 17 00:00:00 2001 From: Sathvik Date: Fri, 23 Feb 2024 23:33:39 +0530 Subject: [PATCH] rectified postgres creds --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 478d886..4e5efb2 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,8 +14,8 @@ jobs: # Docker Hub image image: postgres:15.2 env: - POSTGRES_USER: ${{ env.POSTGRES_USER }} - POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }} + POSTGRES_USER: postgres + POSTGRES_PASSWORD: postgres POSTGRES_DB: wd-todo-test # Set health checks to wait until postgres has started options: >-