Skip to content

Commit

Permalink
ci: debug.
Browse files Browse the repository at this point in the history
Signed-off-by: Lee <[email protected]>
  • Loading branch information
lx200916 committed Oct 18, 2023
1 parent 96122b9 commit daa30ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
exit(0)
else:
message = template + f" ❌ Test Failed! \n 📊 {test_success}/{test_nums} \n"
for test in report.get("testcases", []):
for test in report.get("testsuites", []):
if len(test.get("failures", [])) > 0:
failures = test.get("failures", [])
message += f"❌ {test.get('classname', 'unknown')}.{test.get('name', 'unknown')} \n"
Expand Down

0 comments on commit daa30ca

Please sign in to comment.