Skip to content

Commit f0aac38

Browse files
committed
batch mode
1 parent 1794f5f commit f0aac38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Maven Compile
3939
run: mvn -B compile --file pom.xml
4040
- name: Maven Tests
41-
run: mvn -B test --file pom.xml --batch-mode --fail-at-end
41+
run: mvn -B test --file pom.xml --batch-mode --fail-fast -e
4242

4343
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
4444
#- name: Update dependency graph

0 commit comments

Comments
 (0)