From ae0d5b18a4daad5388350b0c8b75660d84e8347f Mon Sep 17 00:00:00 2001 From: boazpoolman Date: Fri, 30 Dec 2022 14:16:04 +0100 Subject: [PATCH] chore: Update test command in CI --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7aae7dd..86eca89 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: - name: Build playground run: yarn playground:build - name: Run test - run: yarn run -s test:integration + run: cd playground && jest --verbose - name: Upload coverage to Codecov uses: codecov/codecov-action@v2 with: