Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
chore: cache http-rpc-runtime artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Oct 22, 2021
1 parent e51e54d commit 108bd99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 108bd99

Please sign in to comment.