File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -198,3 +198,8 @@ jobs:
198198 $(activate.method) ${{ artifact.name }}
199199 python -m pytest $(conda.build)/${{ checkout.checkout_path }}/${{ checkout.package }}
200200 displayName: 'Run Tests for ${{ checkout.package }}'
201+
202+ - ${{if eq(parameters.TestProxy, true) }} :
203+ - pwsh : |
204+ cat $(Build.SourcesDirectory)/test-proxy.log
205+ displayName: Dump Test-Proxy Logs
Original file line number Diff line number Diff line change @@ -63,6 +63,11 @@ steps:
6363 ${{ parameters.ToxEnvParallel }}
6464 env : ${{ parameters.EnvVars }}
6565
66+ - ${{if eq(parameters.TestProxy, true) }} :
67+ - pwsh : |
68+ cat $(Build.SourcesDirectory)/test-proxy.log
69+ displayName: Dump Test-Proxy Logs
70+
6671 - task : PublishPipelineArtifact@1
6772 displayName : Publish Tox Logs
6873 condition : failed()
You can’t perform that action at this time.
0 commit comments