We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea67b04 commit be2dc01Copy full SHA for be2dc01
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
run: chmod +x mvnw
30
31
- name: Test with Maven
32
- run: ./mvnw $MAVEN_CLI_OPTS test
+ run: ./mvnw $MAVEN_CLI_OPTS formatter:validate test
33
34
- name: Upload reports
35
if: failure()
0 commit comments