Skip to content

Commit

Permalink
Bump the github-actions group in /.github/workflows/test with 1 update
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 31, 2024
1 parent 0faa54d commit 0af11c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
run: find ./build/output/junit-* -exec grep -q '<testsuites />' '{}' \; -delete

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

0 comments on commit 0af11c8

Please sign in to comment.