ci: re-enable logging on CI (#16257)
This commit is contained in:
parent
cc90919384
commit
ad3ea6ec53
3 changed files with 3 additions and 3 deletions
|
@ -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: |
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
2
vsts.yml
2
vsts.yml
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue