Open mark-hingston opened 1 day ago
Hi @mark-hingston,
Your environment may not support job summaries.
In a GitHub Action, the GITHUB_STEP_SUMMARY environment variable is automatically set by the GitHub runner and should be available. However, if your script is running outside of a GitHub Actions runner (e.g., locally or in a custom environment), this variable won’t be set.
If you’re using GitHub Enterprise, I believe job summaries are supported starting from version 3.6.
If neither of these cases applies, consider echoing the value of $GITHUB_STEP_SUMMARY to verify if it’s set, or explicitly set it to an empty value just before running the CTRF reporter.
I have the following job in a workflow:
When the job executes I see the following output: