Skip to content

Commit

Permalink
Workflow: cache submodules properly
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 24, 2024
1 parent 81e7ddf commit b021477
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
with:
path: |
test/vectors/ethereum-tests
test/vectors/ethers
test/vectors/viem
test/vectors
key: ${{ runner.os }}-submodules
- name: Update git submodules
if: steps.cache-submodule.outputs.cache-hit != 'true'
Expand Down

0 comments on commit b021477

Please sign in to comment.