File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 uses : dorny/test-reporter@v1
6565 if : always()
6666 with :
67- name : Unit Test Results
67+ name : Unit and NonUI Test Results
6868 path : ' **/TestResults/*.trx'
6969 reporter : dotnet-trx
7070 fail-on-error : true
7373 uses : actions/upload-artifact@v4
7474 if : always()
7575 with :
76- name : test-results
76+ name : ui-nonui- test-results
7777 path : ' **/TestResults/*.trx'
7878 retention-days : 30
7979
@@ -132,7 +132,7 @@ jobs:
132132 uses : dorny/test-reporter@v1
133133 if : always()
134134 with :
135- name : Unit Test Results
135+ name : Integration Test Results
136136 path : ' **/TestResults/*.trx'
137137 reporter : dotnet-trx
138138 fail-on-error : true
@@ -141,7 +141,7 @@ jobs:
141141 uses : actions/upload-artifact@v4
142142 if : always()
143143 with :
144- name : test-results
144+ name : integration- test-results
145145 path : ' **/TestResults/*.trx'
146146 retention-days : 30
147147
You can’t perform that action at this time.
0 commit comments