We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62aebdc commit 14d8c20Copy full SHA for 14d8c20
1 file changed
.github/workflows/ci.yaml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
java-version: ${{ matrix.java }}
23
- name: Test with Maven
24
- run: mvn test -B --file pom.xml
+ #run: mvn test --batch-mode verify
25
+ run: mvn verify
26
27
...
0 commit comments