Skip to content

Commit

Permalink
- use the same emoji for different skip descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz authored Jul 14, 2023
1 parent 42bdeaa commit cb623e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/annotator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export async function attachSummary(
{data: '', header: true},
{data: 'Tests', header: true},
{data: 'Passed ✅', header: true},
{data: 'Skipped ️', header: true},
{data: 'Skipped ️', header: true},
{data: 'Failed ❌', header: true}
]
]
Expand Down

0 comments on commit cb623e0

Please sign in to comment.