Skip to content

Commit a6e8484

Browse files
committed
Use the right working directory
1 parent 26ebbda commit a6e8484

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
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build javapackager
1717
run: ./gradlew publishToMavenLocal
1818
- name: Run gradle integration tests
19-
working-directory: integration/gradle/app
19+
working-directory: integration/gradle
2020
run: ./testMacos.sh
2121
# TODO: Add maven integration tests
2222
# TODO windows

0 commit comments

Comments
 (0)