We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4688d commit 1794f5fCopy full SHA for 1794f5f
.github/workflows/maven.yml
@@ -37,8 +37,8 @@ jobs:
37
run: mvn -B clean --file pom.xml
38
- name: Maven Compile
39
run: mvn -B compile --file pom.xml
40
- - name: Maven Compile
41
- run: mvn -B test --file pom.xml
+ - name: Maven Tests
+ run: mvn -B test --file pom.xml --batch-mode --fail-at-end
42
43
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
44
#- name: Update dependency graph
0 commit comments