We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcd1a2d + c3aefec commit 061b599Copy full SHA for 061b599
.github/workflows/test.yml
@@ -65,6 +65,10 @@ jobs:
65
with:
66
distribution: 'zulu'
67
java-version: 15
68
+ - name: Install psql executables
69
+ run: |
70
+ brew update
71
+ brew install postgresql
72
- name: Test PostgreSQL bundle
73
run: ./gradlew :repacked-platforms:testAmd64DarwinJar -Pversion=${{ matrix.postgres }}-TEST -PpgVersion=${{ matrix.postgres }}
74
timeout-minutes: 10
0 commit comments