Skip to content

Commit 6c1af44

Browse files
committed
windows can't clean up the temp dir
1 parent a4463da commit 6c1af44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
"-PtestJavaVersion=${{ matrix.test-java-version }}"
9797
"-Porg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }}"
9898
"-Porg.gradle.java.installations.auto-download=false"
99+
"-Pjunit.jupiter.tempdir.cleanup.mode.default=NEVER"
99100
100101
integration-test:
101102
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)