We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed33449 commit 7859072Copy full SHA for 7859072
1 file changed
.github/workflows/test.yml
@@ -69,6 +69,7 @@ jobs:
69
run: |
70
brew update
71
brew install postgresql
72
+ echo "$(brew --prefix postgresql)/bin" >> $GITHUB_PATH
73
- name: Test PostgreSQL bundle
74
run: ./gradlew :repacked-platforms:testAmd64DarwinJar -Pversion=${{ matrix.postgres }}-TEST -PpgVersion=${{ matrix.postgres }}
75
timeout-minutes: 10
0 commit comments