Skip to content

Commit

Permalink
Specify host socket
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Apr 3, 2024
1 parent de10d1b commit 228035c
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 @@ -25,7 +25,7 @@ jobs:
pg_ctl start
# sudo systemctl start postgresql.service
pg_isready
sudo -u postgres psql --command="CREATE USER $PGUSERNAME PASSWORD '$PGPASSWORD'" --command="\du"
sudo -u postgres psql --host "$PGHOST" --command="CREATE USER $PGUSERNAME PASSWORD '$PGPASSWORD'" --command="\du"
- name: Create database user
run: |
sudo -u postgres psql --command="CREATE USER $PGUSERNAME PASSWORD '$PGPASSWORD'" --command="\du"
Expand Down

0 comments on commit 228035c

Please sign in to comment.