Skip to content

Commit

Permalink
CI: remove action-docker-layer-caching
Browse files Browse the repository at this point in the history
There is no speed up gain, it is even slower
  • Loading branch information
nboisteault committed Sep 14, 2023
1 parent 769c586 commit 6d1c1d9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,6 @@ jobs:
- name: Pull docker images
run: ./run-docker pull

# 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.
- uses: jpribyl/[email protected]
# Ignore the failure of a step and avoid terminating the job.
continue-on-error: true

- name: Build and start docker images
run: ./run-docker up --build -d

Expand Down

0 comments on commit 6d1c1d9

Please sign in to comment.