From 0aabcde93544ec73feefc7962d2df3f016b198c3 Mon Sep 17 00:00:00 2001 From: jschwarz Date: Wed, 26 Jun 2024 18:45:37 +0200 Subject: [PATCH] inspect test error only occurring in ci --- .github/workflows/deploy.yaml | 3 --- pom.xml | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 3d6cd8d..24b4d7c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -7,9 +7,6 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/setup-dotnet@v4 - with: - dotnet-version: '8.0.301' - uses: eitco/maven-deploy@0.0.2 with: gpg-private-key: ${{ secrets.ARTIFACT_SIGNING_GPG_PRIVATE_KEY }} diff --git a/pom.xml b/pom.xml index 37f5c82..e5392b7 100644 --- a/pom.xml +++ b/pom.xml @@ -80,6 +80,11 @@ maven-invoker-plugin + + true + true + true +