Skip to content

Commit cee0e52

Browse files
committed
fix(ci): correctly report appveyor failures
1 parent a9f9976 commit cee0e52

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ test_script:
1414
- node --version
1515
- npm --version
1616
- npm test
17+
- echo ---------------- Exit Code is %errorlevel%
1718
- node tests\e2e_runner.js
19+
- echo ---------------- Exit Code is %errorlevel%
1820

1921
build: off

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "node ./scripts/publish/build.js",
1313
"build:patch": "node ./scripts/patch.js",
1414
"build:packages": "for PKG in packages/*; do echo Building $PKG...; tsc -p $PKG; done",
15-
"test": "npm run test:packages && npm run test:cli",
15+
"test": "npm-run-all -c test:packages test:cli",
1616
"e2e": "npm run test:e2e",
1717
"e2e:nightly": "node tests/e2e_runner.js --nightly",
1818
"mobile_test": "mocha tests/e2e/e2e_workflow.spec.js",

0 commit comments

Comments
 (0)