From 07e171c99b27c5a0d05f88f87a1967978aecb2ac Mon Sep 17 00:00:00 2001 From: Egil Hansen Date: Fri, 4 Oct 2024 16:23:11 +0000 Subject: [PATCH] ci: remove test report as it fails on PRs --- .github/workflows/ci.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48b330829..55859e1d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,18 +143,7 @@ jobs: dotnet tool restore - name: ๐Ÿงช Run unit tests - run: dotnet test -c release --no-restore -p:VSTestUseMSBuildOutput=false --logger "trx" - - - name: ๐Ÿ›’ Test Report - uses: dorny/test-reporter@v1 - if: success() || failure() - with: - name: 'CI Test Results ${{ matrix.os }}' - reporter: 'dotnet-trx' - list-tests: 'failed' - list-suites: 'failed' - path: '**/*.trx' - fail-on-error: false + run: dotnet test -c release --no-restore - name: ๐Ÿ“› Upload hang- and crash-dumps on test failure if: success() || failure()