Skip to content

Commit

Permalink
Remove test reporter as it's not fork friendly and doesn't support mu…
Browse files Browse the repository at this point in the history
…ltiple ci correctly
  • Loading branch information
meziantou committed Nov 6, 2023
1 parent 986bf24 commit 9e6e8d9
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,6 @@ jobs:
retention-days: 3
path: ${{ env.TestResultsDirectory }}/**/*

- name: Test Report
uses: dorny/test-reporter@v1
if: github.actor != 'dependabot[bot]' && (success() || failure()) && ${{ github.event.pull_request.head.repo.full_name == 'meziantou/Meziantou.Framework' }}
with:
name: test-results-${{ matrix.runs-on }}-${{ matrix.configuration }}-${{ matrix.architecture }}
path: ${{ env.TestResultsDirectory }}/**/*.trx
path-replace-backslashes: 'true'
reporter: dotnet-trx

build_and_test_windows_x86:
runs-on: ${{ matrix.runs-on }}
timeout-minutes: 30
Expand Down Expand Up @@ -197,14 +188,6 @@ jobs:
if-no-files-found: error
retention-days: 3
path: ${{ env.TestResultsDirectory }}/**/*
- name: Test Report
uses: dorny/test-reporter@v1
if: github.actor != 'dependabot[bot]' && (success() || failure()) && ${{ github.event.pull_request.head.repo.full_name == 'meziantou/Meziantou.Framework' }}
with:
name: test-results-${{ matrix.runs-on }}-${{ matrix.configuration }}-${{ matrix.architecture }}
path: ${{ env.TestResultsDirectory }}/**/*.trx
path-replace-backslashes: 'true'
reporter: dotnet-trx

test_trimming:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 9e6e8d9

Please sign in to comment.