File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -441,11 +441,12 @@ jobs:
441441 run : |
442442 if [[ "${{ matrix.java.category }}" == *"Integration"* ]]; then
443443 PL=$JVM_TEST_INTEGRATION_TESTS_SELECTOR
444+ WORKAROUND=-Dgib.buildAll=true
444445 else
445446 PL=$JVM_TEST_NORMAL_TESTS_SELECTOR
446447 fi
447448 # Despite the pre-calculated run_jvm flag, GIB has to be re-run here to figure out the exact submodules to build.
448- ./mvnw $COMMON_MAVEN_ARGS $COMMON_TEST_MAVEN_ARGS $PTS_MAVEN_ARGS $PL clean install -Dsurefire.timeout=1200 -Dno-test-kubernetes ${{ matrix.java.maven_args }} ${{ needs.build-jdk17.outputs.gib_args }}
449+ ./mvnw $COMMON_MAVEN_ARGS $COMMON_TEST_MAVEN_ARGS $PTS_MAVEN_ARGS $PL clean install -Dsurefire.timeout=1200 -Dno-test-kubernetes ${{ matrix.java.maven_args }} ${{ needs.build-jdk17.outputs.gib_args }} $WORKAROUND
449450 - name : Clean Gradle temp directory
450451 if : always()
451452 run : devtools/gradle/gradlew --stop && rm -rf devtools/gradle/gradle-extension-plugin/build/tmp
You can’t perform that action at this time.
0 commit comments