We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that we have working system tests, we could create summaries in markdown and use them as job summaries in the GitHub actions.
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary
It may help to make problems easier to find at a first glance.
This can be implemented standalone. GitHub actions provide a summary file for each job which you can write to.
The text was updated successfully, but these errors were encountered:
Some examples from the GitHub blog: https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/
Sorry, something went wrong.
No branches or pull requests
Now that we have working system tests, we could create summaries in markdown and use them as job summaries in the GitHub actions.
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary
It may help to make problems easier to find at a first glance.
This can be implemented standalone. GitHub actions provide a summary file for each job which you can write to.
The text was updated successfully, but these errors were encountered: