Skip to content

Commit

Permalink
Bump test-summary/action from 2.1 to 2.2 (#4044)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 3, 2024
1 parent 1ae759f commit 979988a
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.1
uses: test-summary/action@v2.2
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 @@ -79,7 +79,7 @@ jobs:

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

0 comments on commit 979988a

Please sign in to comment.