Skip to content

Commit

Permalink
Remove the action to publish the test results
Browse files Browse the repository at this point in the history
Apparently, we're now affected by this issue [1] here (tl;dr: the GitHub
API is kinda broken) and therefore publishing the test results is
failing randomly.

I've removed the step, as the workflow already ensures that the tests
run.

[1]: EnricoMi/publish-unit-test-result-action#12
  • Loading branch information
nachtjasmin committed Jan 24, 2024
1 parent 0fd5da5 commit 530ac51
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,5 @@ jobs:
- name: Run tests with coverage
run: dotnet test --no-restore --collect:"XPlat Code Coverage" /p:CoverletOutputFormat=opencover --logger trx --results-directory "test-results"

- name: Publish test results (${{ matrix.dotnet-version }})
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
comment_mode: off
files: |
test-results/**/*.trx
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 530ac51

Please sign in to comment.