chore: remove --enable-logging, causing issues on CI
This commit is contained in:
parent
19e02cd63e
commit
a5c3091c34
3 changed files with 3 additions and 3 deletions
|
@ -609,7 +609,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 --enable-logging)
|
(cd electron && npm run test -- --ci)
|
||||||
- run:
|
- run:
|
||||||
name: Check test results existence
|
name: Check test results existence
|
||||||
command: |
|
command: |
|
||||||
|
|
|
@ -46,7 +46,7 @@ steps:
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
cd src
|
cd src
|
||||||
./out/Default/electron electron/spec --ci --enable-logging
|
./out/Default/electron electron/spec --ci
|
||||||
displayName: 'Run Electron tests'
|
displayName: 'Run Electron tests'
|
||||||
timeoutInMinutes: 10
|
timeoutInMinutes: 10
|
||||||
|
|
||||||
|
|
2
vsts.yml
2
vsts.yml
|
@ -263,7 +263,7 @@ jobs:
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
export ELECTRON_OUT_DIR=Default
|
export ELECTRON_OUT_DIR=Default
|
||||||
(cd src/electron && npm run test -- --ci --enable-logging)
|
(cd src/electron && npm run test -- --ci)
|
||||||
displayName: Run Electron test suite
|
displayName: Run Electron test suite
|
||||||
timeoutInMinutes: 10
|
timeoutInMinutes: 10
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue