mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: remove --enable-logging, causing issues on CI
This commit is contained in:
@@ -609,7 +609,7 @@ steps-tests: &steps-tests
|
||||
command: |
|
||||
cd src
|
||||
export ELECTRON_OUT_DIR=Default
|
||||
(cd electron && npm run test -- --ci --enable-logging)
|
||||
(cd electron && npm run test -- --ci)
|
||||
- run:
|
||||
name: Check test results existence
|
||||
command: |
|
||||
|
||||
@@ -46,7 +46,7 @@ steps:
|
||||
|
||||
- bash: |
|
||||
cd src
|
||||
./out/Default/electron electron/spec --ci --enable-logging
|
||||
./out/Default/electron electron/spec --ci
|
||||
displayName: 'Run Electron tests'
|
||||
timeoutInMinutes: 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user