Add a rich markdown summary to the workflow run.
Section: Debug logging and log structure
Write a markdown step summary
bash
bash
echo "## Test Summary" >> "$GITHUB_STEP_SUMMARY"Explanation
Step summaries are excellent for concise results, links, and deployment info.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Debug logging and log structure