chore: fix test ci script
This commit is contained in:
parent
f27d68f4aa
commit
0e36109157
@ -7,6 +7,7 @@ pool:
|
||||
vmImage: 'Ubuntu-16.04'
|
||||
|
||||
strategy:
|
||||
parallel: 2
|
||||
matrix:
|
||||
node_8_x:
|
||||
node_version: 8.x
|
||||
|
@ -14,7 +14,7 @@
|
||||
"clean:lerna": "lerna clean --yes",
|
||||
"reset": "run-s clean clean:lerna",
|
||||
"test": "run-s clean lint test:unit test:e2e",
|
||||
"test-ci": "run-s clean lint-quiet test:unit test:e2e:ci",
|
||||
"test:ci": "run-s clean lint-quiet test:unit test:e2e:ci",
|
||||
"test:unit": "cross-env NODE_ENV=test jest --no-cache",
|
||||
"test:e2e": "run-s build:demo test:e2e:run",
|
||||
"test:e2e:ci": "run-s build:demo test:e2e:run-ci",
|
||||
|
Loading…
x
Reference in New Issue
Block a user