diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb506c36..09e18c96 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,7 @@ jobs: CACHE_NAME: cache-node-modules with: path: | + /tmp/*-ipfs/** ~/.npm ./node_modules key: ${{ runner.os }}-build-${{ env.CACHE_NAME }}-${{ github.event.pull_request.head.sha }} @@ -54,6 +55,7 @@ jobs: CACHE_NAME: cache-node-modules with: path: | + /tmp/*-ipfs/** ~/.npm ./node_modules key: ${{ runner.os }}-build-${{ env.CACHE_NAME }}-${{ github.event.pull_request.head.sha }} @@ -84,6 +86,7 @@ jobs: CACHE_NAME: cache-node-modules with: path: | + /tmp/*-ipfs/** ~/.npm ./node_modules key: ${{ runner.os }}-build-${{ env.CACHE_NAME }}-${{ github.event.pull_request.head.sha }} @@ -120,6 +123,7 @@ jobs: CACHE_NAME: cache-node-modules with: path: | + /tmp/*-ipfs/** ~/.npm ./node_modules key: ${{ runner.os }}-build-${{ env.CACHE_NAME }}-${{ github.event.pull_request.head.sha }} @@ -153,6 +157,7 @@ jobs: CACHE_NAME: cache-node-modules with: path: | + /tmp/*-ipfs/** ~/.npm ./node_modules key: ${{ runner.os }}-build-${{ env.CACHE_NAME }}-${{ github.event.pull_request.head.sha }}