Skip to content

Commit

Permalink
Run in bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Apr 3, 2024
1 parent 183b7b5 commit 18d8d4a
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 @@ -14,6 +14,7 @@ jobs:
steps:
- run: echo "$(pg_config --bindir)" >> $GITHUB_PATH
- name: Start preinstalled PostgreSQL on Ubuntu
shell: bash
run: |
# echo "$(pg_config --bindir)" >> $GITHUB_PATH
export PGDATA="$RUNNER_TEMP/pgdata"
Expand Down

0 comments on commit 18d8d4a

Please sign in to comment.