We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cee1a6 commit 012d7c2Copy full SHA for 012d7c2
build/ci/templates/test_phases.yml
@@ -204,10 +204,15 @@ steps:
204
# Run the UI Tests
205
- bash: |
206
python uitests test -- --tags=pipenv --tags=~windows
207
- python uitests report
208
displayName: 'UI Tests (Exclude PipEnv & Windows)'
209
condition: and(succeeded(), contains(variables['TestsToRun'], 'UITests'))
210
+ # Run the UI Tests
211
+ - bash: |
212
+ python uitests report
213
+ displayName: 'UI Tests (Report)'
214
+ condition: and(contains(variables['TestsToRun'], 'UITests'))
215
+
216
- task: CopyFiles@2
217
inputs:
218
contents: '.vscode-test/reports/**'
0 commit comments