Skip to content

Commit

Permalink
Add Summary in unit-race workflow (vitessio#16164)
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 authored Jun 13, 2024
1 parent 8a01d03 commit cd17de9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/unit_race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,11 @@ jobs:
fi
# print test output
cat output.txt
cat output.txt
- name: Test Summary
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.unit_tests == 'true' && always()
uses: test-summary/action@v2
with:
paths: "report.xml"
show: "fail, skip"
9 changes: 8 additions & 1 deletion .github/workflows/unit_race_evalengine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,11 @@ jobs:
fi
# print test output
cat output.txt
cat output.txt
- name: Test Summary
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.unit_tests == 'true' && always()
uses: test-summary/action@v2
with:
paths: "report.xml"
show: "fail, skip"

0 comments on commit cd17de9

Please sign in to comment.