Closed watermarkhu closed 2 months ago
Unfortunately, I am not aware of any special API to do this. As far as I know and can tell this is a behavior from GitHub. If someone has an alternative solution I'd appreciate the input.
Closing as I believe this is not something that can be solved in the action. If somebody has a solution or an idea how to work around this, feel free to re-open or open a PR. Thanks
Hi!
I've got a question on the annotations outputted bu the current action. When the action is called directly from a workflow file from the repository, it very nicely displays the test errors in annotations, and the test output can be collapsed.
However, if the action is bundled in a reusable workflow (e.g.
resuable-workflow.yml
) and called in in action with:In this case the annotation only provides a summary of the test-run, where the detailed test output information is not available.
Is there any way where the annotations can be passed on from the reusable workflow to the main action scope?