Update Azure Pipelines

This commit is contained in:
Michael Mintz 2022-06-10 12:07:12 -04:00
parent a470a8482c
commit 73c1b0459c
1 changed files with 5 additions and 5 deletions

View File

@ -81,11 +81,11 @@ jobs:
#- script: python -m pytest examples/test_inspect_html.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
# displayName: 'Run pytest test_inspect_html.py --browser=chrome --headless'
#- task: PublishTestResults@2
# inputs:
# testResultsFiles: '**/test-results.xml'
# testRunTitle: 'Python $(python.version)'
# condition: succeededOrFailed()
- task: PublishTestResults@1
inputs:
testResultsFiles: '**/test-results.xml'
testRunTitle: 'Python $(python.version)'
condition: succeededOrFailed()
#- job: 'Publish'
# dependsOn: 'Test'