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: |
|
command: |
|
||||||
cd src
|
cd src
|
||||||
export ELECTRON_OUT_DIR=Default
|
export ELECTRON_OUT_DIR=Default
|
||||||
(cd electron && npm run test -- --ci)
|
(cd electron && npm run test -- --ci --enable-logging)
|
||||||
- run:
|
- run:
|
||||||
name: Check test results existence
|
name: Check test results existence
|
||||||
command: |
|
command: |
|
||||||
|
|
|
@ -79,7 +79,7 @@ steps:
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
cd src
|
cd src
|
||||||
./out/Default/electron electron/spec --ci
|
./out/Default/electron electron/spec --ci --enable-logging
|
||||||
displayName: 'Run Electron tests'
|
displayName: 'Run Electron tests'
|
||||||
timeoutInMinutes: 10
|
timeoutInMinutes: 10
|
||||||
|
|
||||||
|
|
2
vsts.yml
2
vsts.yml
|
@ -360,7 +360,7 @@ jobs:
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
export ELECTRON_OUT_DIR=Default
|
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
|
displayName: Run Electron test suite
|
||||||
timeoutInMinutes: 10
|
timeoutInMinutes: 10
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue