diff --git a/.github/workflows/cache.yaml b/.github/workflows/cache.yaml index 66bc624..d4f563f 100644 --- a/.github/workflows/cache.yaml +++ b/.github/workflows/cache.yaml @@ -15,8 +15,8 @@ jobs: runs-on: ubuntu-latest steps: - run: ls -lha /opt/hostedtoolcache - - run: ls -lha /opt/hostedtoolcache/node - - run: ls -lha /opt/hostedtoolcache/pnpm-store + - run: ls -lha /opt/hostedtoolcache/node || true + - run: ls -lha /opt/hostedtoolcache/pnpm-store || true - run: env # https://about.gitea.com/resources/tutorials/enable-gitea-actions-cache-to-accelerate-cicd$0 \ No newline at end of file