Skip to content

Commit 82c6311

Browse files
Bump the github-actions group in /.github/workflows/test with 1 update (#2319)
Bumps the github-actions group in /.github/workflows/test with 1 update: [phoenix-actions/test-reporting](https://github.com/phoenix-actions/test-reporting). Updates `phoenix-actions/test-reporting` from 12 to 13 - [Release notes](https://github.com/phoenix-actions/test-reporting/releases) - [Changelog](https://github.com/phoenix-actions/test-reporting/blob/main/CHANGELOG.md) - [Commits](phoenix-actions/test-reporting@v12...v13) --- updated-dependencies: - dependency-name: phoenix-actions/test-reporting dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Adrien Mannocci <adrien.mannocci@elastic.co> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3eadbfc commit 82c6311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
run: find ./build/output/junit-* -exec grep -q '<testsuites />' '{}' \; -delete
3737

3838
- name: "Test Report Summary: ${{ inputs.name }}-${{ runner.os == 'Linux' && 'linux' || 'windows' }}"
39-
uses: phoenix-actions/test-reporting@v12
39+
uses: phoenix-actions/test-reporting@v13
4040
if: success() || failure()
4141
with:
4242
name: " Tests: ${{ inputs.name }}-${{ runner.os == 'Linux' && 'linux' || 'windows' }}"

0 commit comments

Comments
 (0)