mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: disable tests on release builds, this is already done on master/3-0-x (#14206)
This commit is contained in:
2
vsts.yml
2
vsts.yml
@@ -54,6 +54,7 @@ steps:
|
||||
script/test.py --ci --rebuild_native_modules
|
||||
fi
|
||||
name: Test
|
||||
condition: or(ne(variables['ELECTRON_RELEASE'], '1'), eq(variables['UPLOAD_TO_S3'], '1'))
|
||||
|
||||
- bash: |
|
||||
echo 'Verifying ffmpeg on build'
|
||||
@@ -63,6 +64,7 @@ steps:
|
||||
script/verify-ffmpeg.py
|
||||
fi
|
||||
name: Verify_FFmpeg
|
||||
condition: or(ne(variables['ELECTRON_RELEASE'], '1'), eq(variables['UPLOAD_TO_S3'], '1'))
|
||||
|
||||
- task: PublishTestResults@2
|
||||
displayName: Publish Test Results
|
||||
|
||||
Reference in New Issue
Block a user