We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120b5d7 commit 1ef7cd6Copy full SHA for 1ef7cd6
1 file changed
.github/workflows/ci.yml
@@ -39,4 +39,4 @@ jobs:
39
mvn -s .github/maven-ci-settings.xml -q clean install -B $PROFILE_ARG -pl :${{ inputs.module }} -am -DskipTests
40
- name: Run tests for the target module
41
run: |
42
- mvn -s .github/maven-ci-settings.xml verify -B $PROFILE_ARG -pl :${{ inputs.module }}
+ mvn -s .github/maven-ci-settings.xml verify -B -Pcheckstyle $PROFILE_ARG -pl :${{ inputs.module }}
0 commit comments