Skip to content

Commit

Permalink
Update cache action (#1469)
Browse files Browse the repository at this point in the history
Signed-off-by: CaptainIRS <36656347+CaptainIRS@users.noreply.github.com>

Signed-off-by: CaptainIRS <36656347+CaptainIRS@users.noreply.github.com>
  • Loading branch information
CaptainIRS committed Oct 28, 2022
1 parent dc1ce93 commit 91870b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: npm install -g npm@${{ env.NPM_VERSION }}
- name: Cache node modules
id: cache-npm
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
node_modules
Expand All @@ -89,7 +89,7 @@ jobs:
${{ matrix.node-version }}-npm-cache-
- name: Cache SUT binding
id: cache-sut
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /tmp/sut/cached
key: ${{ format('{0}-sut-cache-{1}-{2}', matrix.node-version, matrix.adaptor, hashFiles(format('packages/caliper-tests-integration/{0}_tests/run.sh', matrix.adaptor))) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm install -g npm@${{ env.NPM_VERSION }}
- name: Cache node modules
id: cache-npm
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
node_modules
Expand Down

0 comments on commit 91870b7

Please sign in to comment.