更新 .github/workflows/cache.yaml
All checks were successful
/ test-timezone (push) Successful in 8s
/ opt_hostedtoolcache (push) Successful in 8s
/ Cache-Java-Test (push) Successful in 5s
/ job1 (push) Successful in 7s
/ job3 (push) Has been skipped
/ job2 (push) Successful in -19s
/ hashFiles (push) Successful in -17s
/ go-hashfiles (push) Successful in 13s
All checks were successful
/ test-timezone (push) Successful in 8s
/ opt_hostedtoolcache (push) Successful in 8s
/ Cache-Java-Test (push) Successful in 5s
/ job1 (push) Successful in 7s
/ job3 (push) Has been skipped
/ job2 (push) Successful in -19s
/ hashFiles (push) Successful in -17s
/ go-hashfiles (push) Successful in 13s
This commit is contained in:
4
.github/workflows/cache.yaml
vendored
4
.github/workflows/cache.yaml
vendored
@ -15,8 +15,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: ls -lha /opt/hostedtoolcache
|
- run: ls -lha /opt/hostedtoolcache
|
||||||
- run: ls -lha /opt/hostedtoolcache/node
|
- run: ls -lha /opt/hostedtoolcache/node || true
|
||||||
- run: ls -lha /opt/hostedtoolcache/pnpm-store
|
- run: ls -lha /opt/hostedtoolcache/pnpm-store || true
|
||||||
- run: env
|
- run: env
|
||||||
|
|
||||||
# https://about.gitea.com/resources/tutorials/enable-gitea-actions-cache-to-accelerate-cicd$0
|
# https://about.gitea.com/resources/tutorials/enable-gitea-actions-cache-to-accelerate-cicd$0
|
Reference in New Issue
Block a user