Run electron tests first
This commit is contained in:
parent
b927be9982
commit
46a49b74a6
1 changed files with 8 additions and 8 deletions
|
@ -65,6 +65,14 @@ steps:
|
||||||
env:
|
env:
|
||||||
DISPLAY: ":99.0"
|
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: |
|
- bash: |
|
||||||
cd src
|
cd src
|
||||||
python electron/script/verify-ffmpeg.py --source-root "$PWD" --build-dir out/Default --ffmpeg-path out/ffmpeg
|
python electron/script/verify-ffmpeg.py --source-root "$PWD" --build-dir out/Default --ffmpeg-path out/ffmpeg
|
||||||
|
@ -81,14 +89,6 @@ steps:
|
||||||
env:
|
env:
|
||||||
ELECTRON_DISABLE_SANDBOX: 1
|
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
|
- task: PublishTestResults@2
|
||||||
displayName: 'Publish Test Results'
|
displayName: 'Publish Test Results'
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in a new issue