Skip to content

Commit 037757a

Browse files
committed
Fix failing github actions test + use mocknet for github actions tests
1 parent ad50ad8 commit 037757a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
with:
2828
node-version: 20
2929
- run: yarn
30-
- run: yarn test -- -- --coverage
30+
- run: TESTS_USE_MOCKNET=true yarn test -- -- --coverage --coverageProvider=v8
3131
- run: yarn lint
3232
- run: yarn spellcheck

0 commit comments

Comments
 (0)