Skip to content

Commit 42a9b7b

Browse files
Merge pull request #224 from xt0rted/dependabot/github_actions/dorny/test-reporter-1.7.0
Bump dorny/test-reporter from 1.6.0 to 1.7.0
2 parents 42ce66c + 1223f78 commit 42a9b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-results.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
checks: write
2121

2222
steps:
23-
- uses: dorny/test-reporter@v1.6.0
23+
- uses: dorny/test-reporter@v1.7.0
2424
with:
2525
artifact: test-results
2626
name: .NET Tests
2727
path: "*.trx"
2828
reporter: dotnet-trx
2929

30-
- uses: dorny/test-reporter@v1.6.0
30+
- uses: dorny/test-reporter@v1.7.0
3131
with:
3232
artifact: integration-test-results
3333
name: .NET Integration Tests

0 commit comments

Comments
 (0)