File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -162,10 +162,9 @@ jobs:
162
162
run : vstest.console.exe ./tooling/**/CommunityToolkit.Tests.${{ matrix.multitarget }}.build.appxrecipe /Framework:FrameworkUap10 /logger:"trx;LogFileName=${{ matrix.multitarget }}.trx" /Blame
163
163
164
164
- name : Create test reports
165
- if : ${{ matrix.multitarget == 'uwp' || matrix.multitarget == 'wasdk' }}
166
165
run : |
167
166
testspace '[${{ matrix.multitarget }}]./TestResults/*.trx'
168
- if : ${{ always( ) && (steps.test-generator.conclusion == 'success' || steps.test-platform.conclusion == 'success') }}
167
+ if : ${{ (matrix.multitarget == 'uwp' || matrix.multitarget == 'wasdk' ) && (steps.test-generator.conclusion == 'success' || steps.test-platform.conclusion == 'success') }}
169
168
170
169
- name : Artifact - Diagnostic Logs
171
170
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments