diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 781f444..8d1f95c 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -30,11 +30,11 @@ jobs: server-id: github # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file - - name: Build with Maven - run: mvn -U -B clean package --file pom.xml + # - name: Run Tests + # run: mvn -U clean verify --file pom.xml - - name: Run Tests - run: mvn -U clean verify --file pom.xml + - name: Build with Maven + run: mvn -U -B clean verify package --file pom.xml - name: Set up Apache Maven Central (Overwrite settings.xml) uses: actions/setup-java@v3