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