diff --git a/.github/workflows/e2e_tests.yml b/.github/workflows/e2e_tests.yml index d22930fffd..35ded4ecea 100644 --- a/.github/workflows/e2e_tests.yml +++ b/.github/workflows/e2e_tests.yml @@ -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/action-docker-layer-caching@v0.1.1 - # 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