Skip to content

Commit 4e30ec6

Browse files
committed
Cleanup test report conditions
1 parent 9772e3e commit 4e30ec6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
domain: ${{ github.repository_owner }}
7474

7575
- name: Run tests against Source Generators
76-
id: test-generator
7776
run: dotnet test --logger "trx;LogFileName=sourceGeneratorTestResults.trx" -p:Configuration=Release
7877

7978
- name: Create test reports
@@ -238,7 +237,7 @@ jobs:
238237
- name: Create test reports
239238
run: |
240239
testspace '[New Experiment]./TestResults/*.trx'
241-
if: ${{ (matrix.multitarget == 'uwp' || matrix.multitarget == 'wasdk') && (steps.test-generator.conclusion == 'success' || steps.test-platform.conclusion == 'success') }}
240+
if: ${{ (matrix.multitarget == 'uwp' || matrix.multitarget == 'wasdk') && (steps.test-platform.conclusion == 'success') }}
242241

243242
- name: Artifact - Diagnostic Logs
244243
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)