Skip to content

Commit

Permalink
Fix failing github actions test + use mocknet for github actions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Sep 24, 2024
1 parent ad50ad8 commit 037757a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
with:
node-version: 20
- run: yarn
- run: yarn test -- -- --coverage
- run: TESTS_USE_MOCKNET=true yarn test -- -- --coverage --coverageProvider=v8
- run: yarn lint
- run: yarn spellcheck

0 comments on commit 037757a

Please sign in to comment.