Skip to content

Commit

Permalink
Merge pull request #400 from jtnord/batch-mode
Browse files Browse the repository at this point in the history
use batch mode for running maven
  • Loading branch information
jtnord authored Sep 19, 2024
2 parents 289bd3f + c0be63e commit 347c3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
check-latest: true
cache: 'maven'
- name: Generate coverage with JaCoCo
run: mvn clean verify jacoco:prepare-agent test integration-test jacoco:report
run: mvn --batch-mode clean verify jacoco:prepare-agent test integration-test jacoco:report

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 347c3b8

Please sign in to comment.