From be351501572f81211efbc10aa0fac5b2666613ec Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 1 May 2025 16:17:33 +0200 Subject: [PATCH] Remove SonarCloud caching from CI pipeline --- .github/workflows/pipeline.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 1275fd4..f3920be 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -26,11 +26,5 @@ jobs: java-version: ${{ env.JAVA_VERSION }} distribution: 'temurin' cache: maven - - name: Cache SonarCloud packages - uses: actions/cache@v4 - with: - path: ~/.sonar/cache - key: ${{ runner.os }}-sonar - restore-keys: ${{ runner.os }}-sonar - name: Run Tests run: mvn -B test --file pom.xml --no-transfer-progress -Pcoverage