diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2875b38d80..b8f67fa7a8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -110,15 +110,6 @@ jobs: go-version: "1.20" cache: true - # In this step, this action saves a list of existing images, - # the cache is created without them in the post run. - # It also restores the cache if it exists. - - name: cache docker layer - uses: satackey/action-docker-layer-caching@v0.0.11 - if: env.GIT_DIFF - # Ignore the failure of a step and avoid terminating the job. - continue-on-error: true - - name: Test E2E if: env.GIT_DIFF run: |