diff --git a/.github/workflows/docker-vue3.yml b/.github/workflows/docker-vue3.yml index 81a0a07d..1452e217 100644 --- a/.github/workflows/docker-vue3.yml +++ b/.github/workflows/docker-vue3.yml @@ -48,6 +48,9 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max + - name: Test + run: docker images + - name: Populate Yarn cache run: rm -f .yarn/cache/* && docker cp "$(docker create "$TAG"):/opt/facilmap/.yarn/cache/." .yarn/cache/ && ls .yarn/cache \ No newline at end of file