Skip to content

Commit 7dc893a

Browse files
[github-actions] Bump dorny/test-reporter from 1 to 2
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1 to 2. - [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...v2) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94fc335 commit 7dc893a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/functional-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
119119
# Common: Publish results
120120
- name: Publish test results
121-
uses: dorny/test-reporter@v1
121+
uses: dorny/test-reporter@v2
122122
if: always()
123123
with:
124124
name: Android Test Results (API ${{ matrix.api-level }})
@@ -214,7 +214,7 @@ jobs:
214214
./test/integration/Appium.Net.Integration.Tests.csproj
215215
216216
- name: Publish test results
217-
uses: dorny/test-reporter@v1
217+
uses: dorny/test-reporter@v2
218218
if: always()
219219
with:
220220
name: iOS Test Results

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
shell: bash
106106

107107
- name: Publish test results
108-
uses: dorny/test-reporter@v1
108+
uses: dorny/test-reporter@v2
109109
if: always()
110110
with:
111111
name: Test Results (${{ matrix.os }})

0 commit comments

Comments
 (0)