Skip to content

Commit 31de26f

Browse files
Apply suggestion from @BenjaminMichaelis
1 parent 486253c commit 31de26f

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/dotnetBuild.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,4 @@ jobs:
5151
with:
5252
trx-file-path: './TestResults/*.trx'
5353
test-outcomes: 'Failed'
54-
artifact-name: 'failed-tests-playlist'
55-
56-
- name: Create All Tests Playlist
57-
if: always()
58-
uses: BenjaminMichaelis/trx-to-vsplaylist@v2
59-
with:
60-
trx-file-path: './TestResults/*.trx'
61-
test-outcomes: 'Passed,Failed,NotExecuted,Inconclusive,Timeout,Pending'
62-
artifact-name: 'all-tests-playlist'
54+
artifact-name: 'failed-tests-playlist'

0 commit comments

Comments
 (0)