Skip to content

Commit 012d7c2

Browse files
committed
Split again
1 parent 8cee1a6 commit 012d7c2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build/ci/templates/test_phases.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,15 @@ steps:
204204
# Run the UI Tests
205205
- bash: |
206206
python uitests test -- --tags=pipenv --tags=~windows
207-
python uitests report
208207
displayName: 'UI Tests (Exclude PipEnv & Windows)'
209208
condition: and(succeeded(), contains(variables['TestsToRun'], 'UITests'))
210209
210+
# Run the UI Tests
211+
- bash: |
212+
python uitests report
213+
displayName: 'UI Tests (Report)'
214+
condition: and(contains(variables['TestsToRun'], 'UITests'))
215+
211216
- task: CopyFiles@2
212217
inputs:
213218
contents: '.vscode-test/reports/**'

0 commit comments

Comments
 (0)