Skip to content

Commit

Permalink
ci: [~] upgrade test-summary action
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizalo committed Jan 23, 2023
1 parent 83d5e80 commit f68274d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_and_coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
- name: Test Summary
id: test_summary
if: ${{ success() && steps.test_coverage.conclusion == 'success' || failure() && steps.test_coverage.conclusion == 'failure' }}
uses: test-summary/action@v1
uses: test-summary/action@v2.0
with:
paths: "./core/target/test-reports/**/TEST-*.xml"
output: "test-summary.md"
Expand Down

0 comments on commit f68274d

Please sign in to comment.