diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index d1c871fac..026afd4d7 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -43,13 +43,6 @@ jobs: ' > ~/.m2/settings.xml - - name: Cache Maven dependencies - uses: actions/cache@v3 - with: - path: ~/.m2 - key: maven-${{ runner.os }}-${{ hashFiles('**/pom.xml') }} - restore-keys: maven-${{ runner.os }}- - - name: Compile the code run: mvn clean compile