Skip to content

Commit d061c78

Browse files
committed
update CI
1 parent 041c72d commit d061c78

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ clean {
103103
test {
104104
useJUnitPlatform()
105105

106+
// Ensure test doesn't run concurrently with distro file operations
107+
mustRunAfter copyDocumentation
108+
106109
// show standard out and standard error of the test JVM(s) on the console
107110
// testLogging.showStandardStreams = true
108111

@@ -111,7 +114,7 @@ test {
111114

112115
// required for Apache Arrow memory access on Java 17+
113116
jvmArgs '--add-opens=java.base/java.nio=ALL-UNNAMED'
114-
117+
115118

116119
inputs.dir "$distroDir/test_data"
117120
inputs.files("$distroDir/models", "$distroDir/config/default.groovy")

0 commit comments

Comments
 (0)