diff --git a/.github/workflows/cache.yaml b/.github/workflows/cache.yaml new file mode 100644 index 0000000..f484d63 --- /dev/null +++ b/.github/workflows/cache.yaml @@ -0,0 +1,9 @@ +on: + push: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - run: ls -lha /opt/hostedtoolcache + - run: ls -lha /opt/hostedtoolcache/node \ No newline at end of file