ci: re-enable logging on CI (#16257)

This commit is contained in:
Jeremy Apthorp 2019-01-23 11:28:34 -08:00 committed by GitHub
parent cc90919384
commit ad3ea6ec53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -681,7 +681,7 @@ steps-tests: &steps-tests
command: |
cd src
export ELECTRON_OUT_DIR=Default
(cd electron && npm run test -- --ci)
(cd electron && npm run test -- --ci --enable-logging)
- run:
name: Check test results existence
command: |

View file

@ -79,7 +79,7 @@ steps:
- bash: |
cd src
./out/Default/electron electron/spec --ci
./out/Default/electron electron/spec --ci --enable-logging
displayName: 'Run Electron tests'
timeoutInMinutes: 10

View file

@ -360,7 +360,7 @@ jobs:
- bash: |
export ELECTRON_OUT_DIR=Default
(cd src/electron && npm run test -- --ci)
(cd src/electron && npm run test -- --ci --enable-logging)
displayName: Run Electron test suite
timeoutInMinutes: 10