Skip to content

Commit c76d879

Browse files
committed
Remove test reporter
1 parent ec442b3 commit c76d879

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/validate-build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ jobs:
4444
- name: Test
4545
run: dotnet test $solution --configuration $config --no-build --verbosity normal
4646

47-
- name: Test Report
48-
uses: dorny/test-reporter@v1
49-
if: success() || failure()
50-
with:
51-
name: UnitTests
52-
path: out/log/test_results/**/*.trx
53-
reporter: dotnet-trx
54-
only-summary: true
55-
5647
- name: Pack
5748
run: dotnet pack $solution --configuration $config --no-build
5849

0 commit comments

Comments
 (0)