-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Hello we have an issue where using the markdown format wont render span tag to Github actions step summary. Is there an existing way to fix this? If not I suggest having a new output format for markdown compatible with Github. Github has some alternatives for highlighting text listed here https://stackoverflow.com/questions/11509830/how-to-add-color-to-githubs-readme-md-file and in documentation https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax
Example command and result below.
https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/
- if: failure()
name: Generate Github Markdown
run: |
xcresultparser \
--failed-tests-only \
--output-format md \
--quiet \
'reports/TestResultsBundle.xcresult' >> $GITHUB_STEP_SUMMARY

trentf-carsales
Metadata
Metadata
Assignees
Labels
No labels