Skip to content

Commit

Permalink
testing without password set
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe committed Sep 5, 2023
1 parent ce4c088 commit 2c97b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install --yes --no-install-recommends postgresql-client
PGPASSWORD=$(<./secrets/webapi/WEBAPI_DATASOURCE_PASSWORD) psql -h 127.0.0.1 -p 5432 -U postgres -c "select * from webapi.source limit 1"
psql -h 127.0.0.1 -p 5432 -U postgres -c "select * from webapi.source limit 1"

0 comments on commit 2c97b6f

Please sign in to comment.