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