Skip to content

Commit

Permalink
Update test-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza authored Oct 21, 2024
1 parent 5bc0bed commit 6899cdb
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 6899cdb

Please sign in to comment.