Skip to content

Commit

Permalink
Create PGDATA directory
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Apr 3, 2024
1 parent 155c4e8 commit cf77e4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: |
# echo "$(pg_config --bindir)" >> $GITHUB_PATH
export PGDATA="$RUNNER_TEMP/pgdata"
mkdir -p $PGDATA
pg_ctl start
# sudo systemctl start postgresql.service
# pg_isready
Expand Down

0 comments on commit cf77e4d

Please sign in to comment.