Skip to content

Commit

Permalink
test: remove no replacement --runInBand test-ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jan 29, 2024
1 parent 9ccf6d3 commit b34bf9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit b34bf9d

Please sign in to comment.