We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1794f5f commit f0aac38Copy full SHA for f0aac38
.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Maven Compile
39
run: mvn -B compile --file pom.xml
40
- name: Maven Tests
41
- run: mvn -B test --file pom.xml --batch-mode --fail-at-end
+ run: mvn -B test --file pom.xml --batch-mode --fail-fast -e
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