Skip to content

Commit

Permalink
chore(deps): bump test-summary/action from 2.3 to 2.4 (#3163)
Browse files Browse the repository at this point in the history
Bumps [test-summary/action](https://github.com/test-summary/action) from 2.3 to 2.4.
- [Release notes](https://github.com/test-summary/action/releases)
- [Commits](test-summary/action@v2.3...v2.4)

---
updated-dependencies:
- dependency-name: test-summary/action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 2afa0c2 commit dce2e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
echo "### test-summary/action! :rocket:" >> $GITHUB_STEP_SUMMARY
- name: Publish Test Summary Report
uses: test-summary/action@v2.3
uses: test-summary/action@v2.4
if: success() || failure() # always run even if the previous step fails
with:
show: "fail, skip"
Expand Down

0 comments on commit dce2e35

Please sign in to comment.