Skip to content

Commit b34bf9d

Browse files
committed
test: remove no replacement --runInBand test-ci script
1 parent 9ccf6d3 commit b34bf9d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: yarn build
3030

3131
- name: Test
32-
run: yarn test-ci
32+
run: yarn test
3333

3434
nodeJsBaselineAptCompatibility:
3535
name: NodeJS installed from stock Ubuntu-LTS packages (not external sources)

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"reinstall": "yarn clean && yarn install",
2222
"start": "yarn watch",
2323
"test": "yarn build && cross-env HOME=$PWD LANG=en_US.UTF-8 NO_COLOR=1 vitest run --coverage",
24-
"test-ci": "yarn test --runInBand",
2524
"prepare": "husky"
2625
},
2726
"commitlint": {

0 commit comments

Comments
 (0)