mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
make sure we publish test results from test runs
Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
@@ -16,3 +16,10 @@ steps:
|
||||
- template: ../steps/create-virtualenv-windows.yml
|
||||
|
||||
- template: ../steps/run-tests-windows.yml
|
||||
|
||||
- task: PublishTestResults@2
|
||||
displayName: Publish Test Results
|
||||
inputs:
|
||||
testResultsFiles: '**/test-results.xml'
|
||||
testRunTitle: 'Python $(python.version)'
|
||||
condition: succeededOrFailed()
|
||||
|
||||
Reference in New Issue
Block a user