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 ed38f03 commit 2a3c584Copy full SHA for 2a3c584
.github/workflows/build.yml
@@ -52,5 +52,5 @@ jobs:
52
restore-keys: |
53
${{ runner.os }}-maven-
54
55
- - name: Maven test
56
- run: mvn test
+ - name: Maven verify
+ run: mvn verify
0 commit comments