Skip to content

Commit

Permalink
Bump dorny/test-reporter from 1.7.0 to 1.8.0 (#645)
Browse files Browse the repository at this point in the history
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1.7.0 to 1.8.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.7.0...v1.8.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent 54da918 commit 173b212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- if: steps.changes.outputs.src == 'true'
name: Upload backend test report
uses: dorny/test-reporter@v1.7.0
uses: dorny/test-reporter@v1.8.0
with:
name: Dotnet Tests
path: TestResults/test-results.trx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- if: steps.changes.outputs.src == 'true'
name: Upload test report
uses: dorny/test-reporter@v1.7.0
uses: dorny/test-reporter@v1.8.0
with:
name: JEST Tests
path: reports/jest-*.xml
Expand Down

0 comments on commit 173b212

Please sign in to comment.