Skip to content

Commit

Permalink
Dependabot:(deps): Bump test-summary/action from 2.0 to 2.4 (#461)
Browse files Browse the repository at this point in the history
Bumps [test-summary/action](https://github.com/test-summary/action) from 2.0 to 2.4.
- [Release notes](https://github.com/test-summary/action/releases)
- [Commits](test-summary/action@v2.0...v2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alfonso Roa <alfonso.roa@habla.dev>
  • Loading branch information
dependabot[bot] and alfonsorr authored Jul 18, 2024
1 parent f2b5e89 commit 5f1c1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Test Summary
id: test_summary
if: ${{ success() && steps.test_coverage.conclusion == 'success' || failure() && steps.test_coverage.conclusion == 'failure' }}
uses: test-summary/action@v2.0
uses: test-summary/action@v2.4
with:
paths: "./core/target/test-reports/**/TEST-*.xml"
output: "test-summary.md"
Expand Down

0 comments on commit 5f1c1de

Please sign in to comment.