From 2cb95322c30a33c095a2949e0c239b37d7191609 Mon Sep 17 00:00:00 2001 From: Robert Zaremba Date: Sat, 13 May 2023 02:11:04 +0200 Subject: [PATCH] chore: speedup e2e by removing docker cache (#2037) --- .github/workflows/tests.yml | 9 --------- 1 file changed, 9 deletions(-) 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: |