Skip to content

Commit

Permalink
udpating job names
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin committed Jul 9, 2024
1 parent 8d7a909 commit 847e67a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/format_test_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def main():
print(f"Extracted total_fail: [{total_fail}]\n")

# Print all unit test details first
print("**Unit Test Details:**\n")
print(" 🏗️⚒️ **Unit Test Details:**\n")
print(f"{'Name':<80} | {'Status':<6} | {'Test Type':<10} | {'Exception':<50}")
print(f"{'----':<80} | {'------':<6} | {'---------':<10} | {'---------':<50}")
for detection in data['tested_detections']:
Expand Down Expand Up @@ -60,7 +60,7 @@ def main():
print("🟢 - **CI Success: No failed tests.**\n\n")
sys.exit(0)
if int(total_detections) < 1:
print("🟢 - **CI Success: No detections to test**\n\n")
print("🔵 - **CI Success: No detections to test**\n\n")
sys.exit(0)

if __name__ == "__main__":
Expand Down

0 comments on commit 847e67a

Please sign in to comment.