add cache debug commands to CI

This commit is contained in:
ted-cdw 2023-02-22 09:26:37 -05:00
parent a120c2c529
commit 8b2b1048a6

View file

@ -79,5 +79,7 @@ jobs:
# Thanks https://evilmartians.com/chronicles/build-images-on-github-actions-with-docker-layer-caching
- name: Only persist the new cache layers
run: |
ls ${CACHE_DIR}
ls ${NEW_CACHE_DIR}
rm -rf ${CACHE_DIR}
mv ${NEW_CACHE_DIR} ${CACHE_DIR}