Skip to content

Commit

Permalink
chore: speedup e2e by removing docker cache (#2037)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed May 13, 2023
1 parent 1b012f1 commit 2cb9532
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2cb9532

Please sign in to comment.