cache.yaml
This commit is contained in:
9
.github/workflows/cache.yaml
vendored
Normal file
9
.github/workflows/cache.yaml
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
job1:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: ls -lha /opt/hostedtoolcache
|
||||
- run: ls -lha /opt/hostedtoolcache/node
|
Reference in New Issue
Block a user