Skip to content

Commit

Permalink
build: Using mvn verify instead of package
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jul 14, 2022
1 parent a7cd959 commit 1e1f7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
git push origin master
- name: Build
run: ./mvnw --no-transfer-progress -B --file pom.xml package
run: ./mvnw --no-transfer-progress -B --file pom.xml verify

- name: Show Reports
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 1e1f7b8

Please sign in to comment.