Skip to content

Commit

Permalink
Show Maven stack traces on errors in GH CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed May 16, 2024
1 parent f4ecabd commit 94c4c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
java-version: ${{ matrix.java }}
- name: Build with Maven
# Use the default goal
run: mvn --show-version --batch-mode --no-transfer-progress
run: mvn --errors --show-version --batch-mode --no-transfer-progress

0 comments on commit 94c4c7c

Please sign in to comment.