Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 147625c

Browse files
committed
test
1 parent dc712c3 commit 147625c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ jobs:
120120
with:
121121
architecture: x64
122122
node-version: ${{ matrix.node }}
123-
- uses: actions/cache/restore@v3
124-
with:
125-
path: ./
126-
key: web3-${{ matrix.node }}-${{github.sha}}
127123
- run: yarn
128124
- run: yarn test:unit
129125
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)