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 868f1e5 commit d4b1f7dCopy full SHA for d4b1f7d
.github/workflows/maven.yml
@@ -14,4 +14,4 @@ jobs:
14
with:
15
java-version: 1.8
16
- name: Build with Maven
17
- run: mvn package --file pom.xml
+ run: mvn test --file pom.xml -B
0 commit comments