Skip to content

Commit

Permalink
Merge pull request #111 from java-codehunger/optimization
Browse files Browse the repository at this point in the history
ignoring unnecessarily generated jacoco report
  • Loading branch information
arey authored Mar 9, 2023
2 parents 3db0bb4 + f3ea073 commit 6991deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn -B install --file pom.xml
run: mvn -B install --file pom.xml -Djacoco.skip=true

0 comments on commit 6991deb

Please sign in to comment.