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