Skip to content

Commit

Permalink
chore(deps): update dorny/test-reporter action to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent a5b121d commit a2304ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Test
run: dotnet test --verbosity normal --logger "trx;LogFileName=test-results.trx"
- name: Test Reporter
uses: dorny/test-reporter@v1.6.0
uses: dorny/test-reporter@v1.7.0
if: success() || failure()
with:
name: .NET Tests
Expand Down

0 comments on commit a2304ee

Please sign in to comment.