Skip to content

Commit 0559677

Browse files
committed
switch tests overt to npm
1 parent 551f66a commit 0559677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
with:
3838
node-version: ${{ matrix.node }}
3939
- name: Install modules
40-
run: yarn
40+
run: npm install
4141
- name: Run tests
42-
run: yarn test
42+
run: npm run test
4343
env:
4444
INFURA_ID: ${{ secrets.INFURA_ID }}

0 commit comments

Comments
 (0)