Skip to content

Commit

Permalink
Add -X to the mvn command
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-grecourt committed Jan 16, 2025
1 parent 22dc5c9 commit bff1c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
build-cache: read-only
test-artifact-name: tests-${{ matrix.moduleSet }}-${{ matrix.platform }}
run: |
mvn ${MAVEN_ARGS} \
mvn ${MAVEN_ARGS} -X \
-DreactorRule=tests \
-DmoduleSet=${{ matrix.moduleSet }} \
-Dsurefire.reportNameSuffix=${{ matrix.platform }} \
Expand Down

0 comments on commit bff1c2b

Please sign in to comment.