Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: phoenix-actions/test-reporting
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed May 9, 2024
1 parent 9bc18e1 commit 1b266e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Publish the TerraTest summary
id: junit-summary
uses: phoenix-actions/test-reporting@v14
uses: phoenix-actions/test-reporting@v15
if: always()
with:
name: TerraTest Summary
Expand All @@ -153,7 +153,7 @@ jobs:

- name: Publish the TerraTest results
id: junit-report
uses: phoenix-actions/test-reporting@v14
uses: phoenix-actions/test-reporting@v15
if: always()
with:
name: Terraform CI / Testing / TerraTest Results
Expand Down

0 comments on commit 1b266e2

Please sign in to comment.