Skip to content

Commit

Permalink
Bump test-summary/action from 2.2 to 2.3
Browse files Browse the repository at this point in the history
Bumps [test-summary/action](https://github.com/test-summary/action) from 2.2 to 2.3.
- [Release notes](https://github.com/test-summary/action/releases)
- [Commits](test-summary/action@v2.2...v2.3)

---
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>
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent 26f9437 commit 5a5acef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Test Summary
id: test_summary
uses: test-summary/action@v2.2
uses: test-summary/action@v2.3
if: always() # always run, even if tests fail
with:
paths: .test_report_official.xml
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Test Summary
id: test_summary
uses: test-summary/action@v2.2
uses: test-summary/action@v2.3
if: always() # always run, even if tests fail
with:
paths: |
Expand Down

0 comments on commit 5a5acef

Please sign in to comment.