Skip to content

Commit 7859072

Browse files
committed
fix psql not found on macOS by adding brew bin to PATH
1 parent ed33449 commit 7859072

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
run: |
7070
brew update
7171
brew install postgresql
72+
echo "$(brew --prefix postgresql)/bin" >> $GITHUB_PATH
7273
- name: Test PostgreSQL bundle
7374
run: ./gradlew :repacked-platforms:testAmd64DarwinJar -Pversion=${{ matrix.postgres }}-TEST -PpgVersion=${{ matrix.postgres }}
7475
timeout-minutes: 10

0 commit comments

Comments
 (0)