add a table of failing unit tests to the CI workflow summary page #7576
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR uses the new
![image](https://user-images.githubusercontent.com/16024299/235205377-1ea102cc-6f92-4fa9-a53c-5be381ebe2d3.png)
pytest-results-summary
keyword in the OpenAstronomy reusable workflow to display test summaries on the job page. Here is an example from spacetelescope/romancal#691:If tests fail, the
![image](https://user-images.githubusercontent.com/16024299/235216425-4e5f7bad-8430-44be-b46c-1319bac59ba8.png)
test-summary
action will create a Markdown table of failures:Checklist for maintainers
added entry inCHANGES.rst
within the relevant release sectionupdated relevant documentationadded relevant milestoneran regression tests, post a link to the Jenkins job below.How to run regression tests on a PR
Make sure the JIRA ticket is resolved properly