Skip to content

Commit 95da139

Browse files
committed
test: run sequentially rather than in parallel
the parallelization needs to happen within the GH containers instead
1 parent 1a342d3 commit 95da139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/",
1212
"test": "run-s format install:demo build:demo test:unit test:e2e",
1313
"test:unit": "jest",
14-
"test:e2e": "run-p test:e2e:*",
14+
"test:e2e": "run-s test:e2e:*",
1515
"test:e2e:v4": "cd plugin/test && ./v4-e2e-test.sh",
1616
"test:e2e:v5": "cd plugin/test && ./v5-e2e-test.sh",
1717
"format": "run-s format:check-fix:*",

0 commit comments

Comments
 (0)