From 108bd99d55d2a9cac86db2ec919363807f3ba350 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 22 Oct 2021 16:08:19 +0200 Subject: [PATCH] chore: cache http-rpc-runtime artifacts --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 }}