Skip to content

Commit

Permalink
Make maven less verbose in CI and use batch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
unverbraucht committed Jan 25, 2024
1 parent 953b031 commit 5dc2def
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
cache: 'maven'
- name: 'Build Project'
run: |
mvn test
export MAVEN_OPTS="-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN"
mvn --batch-mode --errors --fail-at-end test

0 comments on commit 5dc2def

Please sign in to comment.