From 2009ffd932dda7bf564c51d75e4059b3a564b670 Mon Sep 17 00:00:00 2001 From: Pavel R Date: Mon, 20 Nov 2023 13:05:24 +0100 Subject: [PATCH] Update github tests action --- .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 93faec17..41170768 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,5 +14,5 @@ jobs: - name: Install deps run: yarn install --network-concurrency 1 - run: yarn run typecheck - - run: yarn test + - run: ./run_test.sh - run: yarn build:web \ No newline at end of file