ci:Make sure that tests on VSTS get marked as failed if they fail (#14734)
This commit is contained in:
parent
7b8daaab67
commit
76cd065291
1 changed files with 0 additions and 1 deletions
1
vsts.yml
1
vsts.yml
|
@ -57,7 +57,6 @@ jobs:
|
|||
condition: and(succeeded(), ne(variables['ELECTRON_RELEASE'], '1'))
|
||||
|
||||
- bash: |
|
||||
set +e
|
||||
cd src
|
||||
# Make sure there aren't any Electron processes left running from previous tests
|
||||
killall Electron
|
||||
|
|
Loading…
Reference in a new issue