Skip to content

Commit c3c0827

Browse files
author
games647
committed
Drop duplicate package goal
1 parent e079096 commit c3c0827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
# Run non-interactive, package (with compile+test),
4747
# ignore snapshot updates, because they are likely to have breaking changes, enforce checksums to validate
4848
# possible errors in dependencies
49-
run: mvn package test --batch-mode --no-snapshot-updates --strict-checksums --file pom.xml
49+
run: mvn test --batch-mode --no-snapshot-updates --strict-checksums --file pom.xml

0 commit comments

Comments
 (0)