chore: disable tests on release builds, this is already done on master/3-0-x (#14206)

This commit is contained in:
Samuel Attard
2018-08-19 14:22:57 -07:00
committed by GitHub
parent ad686cca68
commit 088dc70dae

View File

@@ -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