We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bff22c3 + 954322b commit 58ff745Copy full SHA for 58ff745
.github/workflows/ci-actions-incremental.yml
@@ -509,7 +509,7 @@ jobs:
509
# the format of this file is specific: it's one option per line, thus the weird formatting in matrix-jvm-tests.json
510
# see https://maven.apache.org/configure.html#a.mvn.2Fmaven.config_file.3A
511
# IMPORTANT: we cannot simply replace all spaces with new lines as we have a module with spaces in the name (to test spaces are supported)
512
- echo -e "$MATRIX_JAVA_MODULES" > .mvn/maven.config
+ echo -e "$MATRIX_JAVA_MODULES" >> .mvn/maven.config
513
./mvnw $COMMON_MAVEN_ARGS $COMMON_TEST_MAVEN_ARGS $PTS_MAVEN_ARGS clean install -Dsurefire.timeout=1200 -Dno-test-kubernetes ${{ matrix.java.maven_args }}
514
- name: Clean Gradle temp directory
515
if: always()
0 commit comments