Skip to content

Commit

Permalink
Remove github cache cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stnguyen90 committed Feb 13, 2023
1 parent 88e9099 commit 57c4458
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,4 @@ jobs:
run: docker compose exec -T appwrite vars

- name: Run Tests
run: docker compose exec -T appwrite test --debug

# This ugly bit is necessary if you don't want your cache to grow forever
# until it hits GitHub's limit of 5GB.
# Temp fix
# https://github.com/docker/build-push-action/issues/252
# https://github.com/moby/buildkit/issues/1896
- name: Move cache
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
run: docker compose exec -T appwrite test --debug

0 comments on commit 57c4458

Please sign in to comment.