Skip to content

Commit

Permalink
github actions: supply psql password
Browse files Browse the repository at this point in the history
  • Loading branch information
wuriyanto48 committed Aug 30, 2023
1 parent cb17240 commit 8903617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
- name: Test
run: |
psql -h localhost -U superdevuser -d superdevdb -a -f ./scripts/test.sql
export PGPASSWORD='12345678' psql -h localhost -U superdevuser -d superdevdb -a -f ./scripts/test.sql

0 comments on commit 8903617

Please sign in to comment.