Skip to content

Commit

Permalink
update test reporter task
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Oct 21, 2024
1 parent ef0aa8a commit 4e88f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1.4.2
- uses: dorny/test-reporter@v1.9.1
with:
artifact: smidge-test-results # artifact name
name: Publish Tests # Name of the check run which will be created
path: '*.trx' # Path to test results (inside artifact .zip)
reporter: dotnet-trx # Format of test results
reporter: dotnet-trx # Format of test results

0 comments on commit 4e88f3b

Please sign in to comment.