Skip to content

Commit 89e52e4

Browse files
ci(deps): bump dorny/test-reporter from 1 to 3
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1 to 3. - [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...v3) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee09db9 commit 89e52e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Publish test report
9090
if: inputs.test_path != '' && (success() || failure())
91-
uses: dorny/test-reporter@v1
91+
uses: dorny/test-reporter@v3
9292
with:
9393
name: ${{ inputs.service }} tests
9494
path: TestResults/**/test-results.trx

0 commit comments

Comments
 (0)