In the image above, you can see that Github/Octokit throws an error when you try to create a comment longer than 65536 characters. Specifically, this is failing at the publishReportstage but could also potentially be an issue in other stages where comments are made.
A potential solution would be to truncate the comment and post the full comment as an artifact in this case
In the image above, you can see that Github/Octokit throws an error when you try to create a comment longer than 65536 characters. Specifically, this is failing at the
publishReport
stage but could also potentially be an issue in other stages where comments are made.A potential solution would be to truncate the comment and post the full comment as an artifact in this case