Skip to content

Commit

Permalink
build(deps): bump dorny/test-reporter (#1229)
Browse files Browse the repository at this point in the history
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from e9fa2f582c0ebbe2e263fd18fad744d52e0b0203 to 57cb2734c720ed44cac72e26bb3ad54b78866d15.
- [Release notes](https://github.com/dorny/test-reporter/releases)
- [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md)
- [Commits](dorny/test-reporter@e9fa2f5...57cb273)

---
updated-dependencies:
- dependency-name: dorny/test-reporter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 02b3922 commit c0181e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: npm run compile --if-present
- run: npm test
- name: Test Report
uses: dorny/test-reporter@e9fa2f582c0ebbe2e263fd18fad744d52e0b0203 # v1
uses: dorny/test-reporter@57cb2734c720ed44cac72e26bb3ad54b78866d15 # v1
if: success() || failure() # run this step even if previous step failed
continue-on-error: true
with:
Expand Down

0 comments on commit c0181e6

Please sign in to comment.