From 005c7e7cf486e51331a7381e3b9c957885b6794b Mon Sep 17 00:00:00 2001 From: Min Htet Oo Date: Wed, 21 Feb 2024 17:10:15 +0800 Subject: [PATCH] ci: run tests --- .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 09b8370..9ec785c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: with: node-version: 18.x - run: npm ci - - run: npm run test:ci + - run: npm run test:concurrently test-build: name: Test Build