ci: [win] simplify call to electron.exe in appveyor
the python junk was there previously because PowerShell is bad at exit codes
This commit is contained in:
parent
a53a5ac071
commit
379f40ef93
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ test_script:
|
||||||
- ps: Push-Location; cd electron/spec
|
- ps: Push-Location; cd electron/spec
|
||||||
- npm install
|
- npm install
|
||||||
- ps: Pop-Location
|
- ps: Pop-Location
|
||||||
- python -c "import subprocess; subprocess.check_call([\"./out/Default/electron.exe\", \"electron/spec\", \"--ci\"])"
|
- ./out/Default/electron.exe electron/spec --ci
|
||||||
# TODO(nornagon): verify-ffmpeg step
|
# TODO(nornagon): verify-ffmpeg step
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: test-results.xml
|
- path: test-results.xml
|
||||||
|
|
Loading…
Reference in a new issue