From b34bf9d480f9cf3330f785f0a818ce09e1cc3614 Mon Sep 17 00:00:00 2001 From: JounQin Date: Mon, 29 Jan 2024 10:58:47 +0800 Subject: [PATCH] test: remove no replacement `--runInBand` test-ci script --- .github/workflows/CI.yml | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8a9ad9ffbc..3fbfd0f13d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: run: yarn build - name: Test - run: yarn test-ci + run: yarn test nodeJsBaselineAptCompatibility: name: NodeJS installed from stock Ubuntu-LTS packages (not external sources) diff --git a/package.json b/package.json index 26a2b4d6ee..fb8b1100a0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "reinstall": "yarn clean && yarn install", "start": "yarn watch", "test": "yarn build && cross-env HOME=$PWD LANG=en_US.UTF-8 NO_COLOR=1 vitest run --coverage", - "test-ci": "yarn test --runInBand", "prepare": "husky" }, "commitlint": {