From a5ec50e81fe0c690cbf84f49de3b8d43b2beba16 Mon Sep 17 00:00:00 2001 From: Pavel R Date: Mon, 20 Nov 2023 15:12:52 +0100 Subject: [PATCH] WIP: Temporary separate test running --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index da75421d..2c713df4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,5 +13,7 @@ jobs: node-version: 20.7.0 - run: yarn install --network-concurrency 1 - run: yarn run typecheck - - run: yarn test + - run: yarn test:sdc-qrf + - run: yarn test:shared + - run: yarn test:web - run: yarn build:web