We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--runInBand
1 parent 9ccf6d3 commit b34bf9dCopy full SHA for b34bf9d
.github/workflows/CI.yml
@@ -29,7 +29,7 @@ jobs:
29
run: yarn build
30
31
- name: Test
32
- run: yarn test-ci
+ run: yarn test
33
34
nodeJsBaselineAptCompatibility:
35
name: NodeJS installed from stock Ubuntu-LTS packages (not external sources)
package.json
@@ -21,7 +21,6 @@
21
"reinstall": "yarn clean && yarn install",
22
"start": "yarn watch",
23
"test": "yarn build && cross-env HOME=$PWD LANG=en_US.UTF-8 NO_COLOR=1 vitest run --coverage",
24
- "test-ci": "yarn test --runInBand",
25
"prepare": "husky"
26
},
27
"commitlint": {
0 commit comments