This commit is contained in:
John Kleinschmidt 2019-02-13 12:07:18 -05:00 коммит произвёл deepak1556
Родитель b927be9982
Коммит 46a49b74a6
1 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -65,6 +65,14 @@ steps:
env:
DISPLAY: ":99.0"
- bash: |
cd src
./out/Default/electron electron/spec --ci --enable-logging
displayName: 'Run Electron tests'
timeoutInMinutes: 10
env:
ELECTRON_DISABLE_SANDBOX: 1
- bash: |
cd src
python electron/script/verify-ffmpeg.py --source-root "$PWD" --build-dir out/Default --ffmpeg-path out/ffmpeg
@ -81,14 +89,6 @@ steps:
env:
ELECTRON_DISABLE_SANDBOX: 1
- bash: |
cd src
./out/Default/electron electron/spec --ci --enable-logging
displayName: 'Run Electron tests'
timeoutInMinutes: 10
env:
ELECTRON_DISABLE_SANDBOX: 1
- task: PublishTestResults@2
displayName: 'Publish Test Results'
inputs: