Skip to content

Commit

Permalink
Run electron tests first
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kleinschmidt authored and deepak1556 committed Feb 14, 2019
1 parent 738b1e5 commit da12596
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vsts-arm-test-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit da12596

Please sign in to comment.