Skip to content

Commit 1e1f7b8

Browse files
author
Julien Ruaux
committed
build: Using mvn verify instead of package
1 parent a7cd959 commit 1e1f7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
git push origin master
4242
4343
- name: Build
44-
run: ./mvnw --no-transfer-progress -B --file pom.xml package
44+
run: ./mvnw --no-transfer-progress -B --file pom.xml verify
4545

4646
- name: Show Reports
4747
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)