1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-03 22:57:18 +02:00

Don't fail build on BSD integration test fail

This commit is contained in:
ta264 2021-03-11 00:18:42 +00:00
parent f6f8934ce3
commit 6ea370870d

View File

@ -651,7 +651,7 @@ stages:
testResultsFormat: 'NUnit'
testResultsFiles: '**/TestResult.xml'
testRunTitle: 'FreeBSD Integration Tests'
failTaskOnFailedTests: true
failTaskOnFailedTests: false
displayName: Publish Test Results
- job: Integration_Docker