Skip to content

Commit

Permalink
Add back comma
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Jan 31, 2025
1 parent 7cb3a43 commit e43480d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ jobs:
PL=""
shopt -s extglob
for f in integration-tests/${{ matrix.java.maven_globber }}; do
PL=${{ matrix.java.maven_pl_inversion }}$f
PL=${{ matrix.java.maven_pl_inversion }}$f,
done
echo "Made PL $PL"
./mvnw $COMMON_MAVEN_ARGS $COMMON_TEST_MAVEN_ARGS $PTS_MAVEN_ARGS clean install -pl $PL ${{ matrix.java.maven_selector }} -Dsurefire.timeout=1200 -Dno-test-kubernetes ${{ matrix.java.maven_args }} ${{ needs.build-jdk17.outputs.gib_args }}
Expand Down

0 comments on commit e43480d

Please sign in to comment.