Skip to content

Commit 26ebbda

Browse files
committed
Use the right test script
1 parent f30d8af commit 26ebbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: ./gradlew publishToMavenLocal
1818
- name: Run gradle integration tests
1919
working-directory: integration/gradle/app
20-
run: ./gradlew test
20+
run: ./testMacos.sh
2121
# TODO: Add maven integration tests
2222
# TODO windows
2323
# TODO linux

0 commit comments

Comments
 (0)