Skip to content

Commit

Permalink
Fully removed docker layer caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Sep 29, 2022
1 parent c791cfa commit 3df83af
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,8 @@ jobs:
- name: Checkout
uses: actions/[email protected]

# This uses GitHub Action cache for docker container layers
# See: https://github.com/marketplace/actions/docker-layer-caching
- uses: satackey/[email protected]
# Disable for now, to avoid storage space error.
# #TODO investigate how to run this without error.
# See: https://github.com/GCTC-NTGC/gc-digital-talent/issues/4035#issuecomment-1261116699
if: false
# Ignore a failure of this step and avoid terminating the job.
continue-on-error: true
# By default, this cache is keyed to the workflow name. We ar
# setting a shared key for the docker cache to be shared
# across multiple workflows.
with:
key: docker-{hash}
restore-keys: |
docker-
# We no longer user docker layer caching as it made runs take longer.
# See: https://github.com/satackey/action-docker-layer-caching/issues/305

- name: Serve app via docker-compose
# Need to include --build as we're caching layers.
Expand Down

0 comments on commit 3df83af

Please sign in to comment.