Skip to content

Commit

Permalink
Add coverage guard back to build
Browse files Browse the repository at this point in the history
  • Loading branch information
paytoncain committed Aug 9, 2024
1 parent 64b3d18 commit 9efe363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B clean package -Pdep-check
run: mvn -B clean package -Pcoverage -Pdep-check
- id: version
run: |
echo "version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 9efe363

Please sign in to comment.