diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e8c7426..cd09e619 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,6 @@ jobs: cache: 'maven' - name: Run all tests - run: mvn -B -Pall-tests clean test --file pom.xml + run: mvn -B -Pall-tests,publication clean package --file pom.xml env: TZ: UTC