Skip to content

Commit 5fcc898

Browse files
committed
debug
1 parent f0aac38 commit 5fcc898

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-fast -e
41+
run: mvn -B test --file pom.xml --batch-mode --fail-fast -X
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)