Skip to content

Commit 2e93f4a

Browse files
Bump dorny/test-reporter from 1.5.0 to 1.6.0
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](dorny/test-reporter@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7599627 commit 2e93f4a

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.5.0
23+
- uses: dorny/test-reporter@v1.6.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.5.0
30+
- uses: dorny/test-reporter@v1.6.0
3131
with:
3232
artifact: integration-test-results
3333
name: .NET Integration Tests

0 commit comments

Comments
 (0)