We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30d8af commit 26ebbdaCopy full SHA for 26ebbda
.github/workflows/integration.yml
@@ -17,7 +17,7 @@ jobs:
17
run: ./gradlew publishToMavenLocal
18
- name: Run gradle integration tests
19
working-directory: integration/gradle/app
20
- run: ./gradlew test
+ run: ./testMacos.sh
21
# TODO: Add maven integration tests
22
# TODO windows
23
# TODO linux
0 commit comments