From 23e2b68b653f6581c347f6d29ef705f4e15e6f04 Mon Sep 17 00:00:00 2001 From: wuriyanto Date: Thu, 31 Aug 2023 00:16:59 +0700 Subject: [PATCH] github actions: supply psql password --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6f0639..505c0db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,4 +55,4 @@ jobs: - name: Test run: | - export PGPASSWORD='12345678' psql -h localhost -U superdevuser -d superdevdb -a -f ./scripts/test.sql \ No newline at end of file + PGPASSWORD='12345678' psql -h localhost -U superdevuser -d superdevdb -a -f ./scripts/test.sql \ No newline at end of file