From c3c0827cfca8cb4e6e925c833181596c307e5412 Mon Sep 17 00:00:00 2001 From: games647 Date: Mon, 29 Mar 2021 15:19:53 +0200 Subject: [PATCH] Drop duplicate package goal --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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