diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index bd5cd38..91d5666 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -48,23 +48,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Test - uses: actions/setup-java@v4 - with: - java-version: '21' - distribution: 'liberica' - cache: maven - - - name: Run the Maven verify phase - run: mvn --batch-mode --update-snapshots verify - - # - name: Extract metadata (tags, labels) for Docker - # id: meta - # if: github.event_name != 'pull_request' - # uses: docker/metadata-action@v5 - # with: - # images: ghcr.io/ictu/pseudoniemenservice - - name: Login to GHCR uses: docker/login-action@v3 with: