From 037757ad1c816cb9f257c23cd32efb5656d33a7a Mon Sep 17 00:00:00 2001 From: Rosco Kalis Date: Tue, 24 Sep 2024 11:39:57 +0200 Subject: [PATCH] Fix failing github actions test + use mocknet for github actions tests --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 3dca4218..eba0753a 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -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