Skip to content

Commit 061b599

Browse files
authored
Merge pull request #83 from zonkyio/macos-runners
Fix macOS workflows
2 parents fcd1a2d + c3aefec commit 061b599

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
with:
6666
distribution: 'zulu'
6767
java-version: 15
68+
- name: Install psql executables
69+
run: |
70+
brew update
71+
brew install postgresql
6872
- name: Test PostgreSQL bundle
6973
run: ./gradlew :repacked-platforms:testAmd64DarwinJar -Pversion=${{ matrix.postgres }}-TEST -PpgVersion=${{ matrix.postgres }}
7074
timeout-minutes: 10

0 commit comments

Comments
 (0)