Skip to content

Commit

Permalink
Merge pull request #636 from weseek/support/avoid-using-container-cache
Browse files Browse the repository at this point in the history
support: Avoid using container cache
  • Loading branch information
ryu-sato authored May 11, 2024
2 parents ebec7e4 + 4cee3ae commit 4fd9db9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/app-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ jobs:
# (docker pull is faster than caching in most cases.)
- name: Pull Docker images
run: docker-compose -f .devcontainer/docker-compose.yml 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.
- name: Load cached Docker layers
uses: satackey/[email protected]
# Ignore the failure of a step and avoid terminating the job.
continue-on-error: true
# This step loads "node_modules" from the cache which contains the cache of Turborepo.
# The "node_modules" will be mounted with the source code when docker-compose up is executed.
- name: Load cache "node_modules" which includes cahce of Turborepo
Expand Down

0 comments on commit 4fd9db9

Please sign in to comment.