Skip to content

Commit 1794f5f

Browse files
committed
Added flags
1 parent 6a4688d commit 1794f5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
run: mvn -B clean --file pom.xml
3838
- name: Maven Compile
3939
run: mvn -B compile --file pom.xml
40-
- name: Maven Compile
41-
run: mvn -B test --file pom.xml
40+
- name: Maven Tests
41+
run: mvn -B test --file pom.xml --batch-mode --fail-at-end
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)