-
-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emoji not rendered #628
Comments
Is that on an enterprise github (non-public)? Do checks not render or job summaries or pull request comments? |
You're right, we run an enterprise github but it worked before. |
I presume that is an enterprise github setup issue because the markdown is rendered by Github UI. I presume a config change has happened. |
I presume ✅ is a unicode character in that markdown and not a ✅ ( Please try the following: copy the following lines into a message in your enterprise github:
|
Looks like the dorny report uses the unicode character: https://github.com/dorny/test-reporter/blob/1a288b62f8b75c0f433cbfdbc2e4800fbae50bd7/src/utils/markdown-utils.ts#L8-L12 |
I could not find any announcement by Github that those named emoji might be deprecated, only this bug report that got resolved: https://github.com/orgs/community/discussions/77606 |
Anyway, might be safer to use unicode emojis rather than named emojis. |
Interesting is that the named stopwatch emoji ⏱️ is working for you... |
And we use it ( |
You're right, the other action seems to use unicode icons. |
Can you edit a pull request comment of this action and copy-paste the markdown here? |
Sure publish-unit-test-result-action:
|
Can you edit the pull request comment once more and add
from above to it and see if that renders as before? |
Can you try running the action from this branch to test a fix?
That branch uses unicode emojis rather than markdown. |
With |
I can confirm this is markdown, sometimes it works, sometimes not. Really weird. |
That is why I would like you to test this branch to see if this works around this bug. In the end Github has to fix it but I'd prefer the unicode emojis if they make things more robust. |
Yes I understood but I can't use the composite action which is not approved by my github enterprise. |
Alright, I think this is safe to be released. |
Fix has been released. |
We recently noticed a strange behavior with emoji included in the report. They are no longer rendered, except the duration
One example:
Could you have a look ?
Thanks a lot,
Sebastien
The text was updated successfully, but these errors were encountered: