Skip to content

Commit ae77dfb

Browse files
committed
fix(ci): correctly report appveyor failures
1 parent 638a54b commit ae77dfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.appveyor.yml

+2
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

0 commit comments

Comments
 (0)