Skip to content

Commit

Permalink
Try PGBIN
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Apr 3, 2024
1 parent 57d7bd9 commit 16dbf71
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 @@ -19,7 +19,7 @@ jobs:
export PGDATA="$RUNNER_TEMP/pgdata"
mkdir -p "$PGDATA"
initdb -D "$PGDATA"
sudo -u postgres "$(pg_config --bindir)/pg_ctl" start
sudo -u postgres "$PGBIN/pg_ctl" start
# sudo systemctl start postgresql.service
# pg_isready
- name: Create database user
Expand Down

0 comments on commit 16dbf71

Please sign in to comment.