From f34485d534e6c4ce09f617bdb327ee0b650ff7b6 Mon Sep 17 00:00:00 2001 From: Moe Jangda Date: Fri, 6 Oct 2023 16:37:46 +0100 Subject: [PATCH] fix ci command to run tests --- .github/workflows/ts-integrity-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ts-integrity-check.yml b/.github/workflows/ts-integrity-check.yml index 05bb2c48..bd6ce00d 100644 --- a/.github/workflows/ts-integrity-check.yml +++ b/.github/workflows/ts-integrity-check.yml @@ -59,7 +59,7 @@ jobs: run: npm run lint - name: Run node tests - run: npm run test:node --ws -- --color + run: npm run test:node -- --color # test-with-browsers: # # Run browser tests using macOS so that WebKit tests don't fail under a Linux environment