Drop duplicate package goal

This commit is contained in:
games647
2021-03-29 15:19:53 +02:00
parent e0790965ec
commit c3c0827cfc

View File

@ -46,4 +46,4 @@ jobs:
# Run non-interactive, package (with compile+test),
# ignore snapshot updates, because they are likely to have breaking changes, enforce checksums to validate
# possible errors in dependencies
run: mvn package test --batch-mode --no-snapshot-updates --strict-checksums --file pom.xml
run: mvn test --batch-mode --no-snapshot-updates --strict-checksums --file pom.xml