From 63675856ba51c037cc9d61259789afe278655e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 06:44:32 +0000 Subject: [PATCH] build(deps): bump dorny/test-reporter from 1.8.0 to 1.9.1 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1.8.0 to 1.9.1. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](https://github.com/dorny/test-reporter/compare/v1.8.0...v1.9.1) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_test_with_coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_test_with_coverage.yaml b/.github/workflows/_test_with_coverage.yaml index 36c9030..fc7c2c0 100644 --- a/.github/workflows/_test_with_coverage.yaml +++ b/.github/workflows/_test_with_coverage.yaml @@ -41,7 +41,7 @@ jobs: run: melos test:with-lcov-coverage - name: ๐Ÿงชโœ…โŒ Publish test results id: compute_test_results - uses: dorny/test-reporter@v1.8.0 + uses: dorny/test-reporter@v1.9.1 with: name: "๐Ÿงช๐Ÿ“Š Unit tests report" path: test_reports/*_test_report.json