diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 34f2fa61..eb58e305 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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