Skip to content

Commit

Permalink
bold
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty committed Oct 18, 2024
1 parent 2557cf4 commit 10c4eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test-summary/make-summary.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let skipped = 0

print("""
<table>
<tr><td></td><td>Tests</td><td>**Passed** ✅</td><td>Skipped ⏭️</td><td>Failed ❌</td></tr>
<tr><td></td><td>Tests</td><td><b>Passed</b> ✅</td><td>Skipped ⏭️</td><td>Failed ❌</td></tr>
<tr><td>\(junit.lastPathComponent)</td><td>\(total) ran</td><td>\(passed) passed</td><td>\(skipped) skipped</td><td>\(failed) failed</td></tr>
</table>
""")
Expand Down

0 comments on commit 10c4eb5

Please sign in to comment.