Update Azure Pipelines

This commit is contained in:
Michael Mintz 2022-06-10 12:11:20 -04:00
parent 73c1b0459c
commit 3c6d5410ac
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@1
inputs:
testResultsFiles: '**/test-results.xml'
testRunTitle: 'Python $(python.version)'
condition: succeededOrFailed()
- task: PublishTestResults@2
inputs:
testResultsFiles: '**/test-results.xml'
testRunTitle: 'Python $(python.version)'
condition: succeededOrFailed()
#- job: 'Publish'
# dependsOn: 'Test'