Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/b8d73811d27f24df6f17a548c3514898d3446f94?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fail on docker integration tests also

pull/356/head
ta264 5 years ago
parent 20b997473a
commit b8d73811d2

@ -561,7 +561,7 @@ stages:
testResultsFormat: 'NUnit' testResultsFormat: 'NUnit'
testResultsFiles: '**/TestResult.xml' testResultsFiles: '**/TestResult.xml'
testRunTitle: '$(testName) Integration Tests' testRunTitle: '$(testName) Integration Tests'
failTaskOnFailedTests: false failTaskOnFailedTests: true
displayName: Publish Test Results displayName: Publish Test Results
- stage: Automation - stage: Automation

Loading…
Cancel
Save