Remove github cache cleanup

This commit is contained in:
Steven Nguyen 2023-02-13 13:14:15 -08:00
parent 88e9099e87
commit 57c445868e
No known key found for this signature in database

View file

@ -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