Skip to content

Commit

Permalink
actions(deps): bump phoenix-actions/test-reporting from 12 to 13
Browse files Browse the repository at this point in the history
Bumps [phoenix-actions/test-reporting](https://github.com/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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Mar 28, 2024
1 parent 35b0c06 commit 87ded38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/script-integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Publish the BATS summary
id: junit-summary
uses: phoenix-actions/test-reporting@v12
uses: phoenix-actions/test-reporting@v13
if: always()
with:
name: BATS Summary
Expand All @@ -68,7 +68,7 @@ jobs:

- name: Publish the BATS results
id: junit-report
uses: phoenix-actions/test-reporting@v12
uses: phoenix-actions/test-reporting@v13
if: always()
with:
name: 'Scripts Integrations / BATS Results'
Expand Down

0 comments on commit 87ded38

Please sign in to comment.