Skip to content
New issue

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

Is the step summary limit for 65535 characters still accurate? #379

Open
easimon opened this issue Feb 7, 2024 · 1 comment
Open

Is the step summary limit for 65535 characters still accurate? #379

easimon opened this issue Feb 7, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@easimon
Copy link

easimon commented Feb 7, 2024

Describe the bug

Not sure if a bug: test-reporter limits the length of a test report to 65535 characters. And if I understand the code correctly, test-reporter uses step summaries to display the report.

According to https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#step-isolation-and-limits, the limit for step summaries is 1 MB.

Am I looking at the wrong place for the 64k limit, or could it be that GitHub lifted that limit at some point, and test-reporter could be updated to allow 1 MB instead?

@easimon easimon added the bug Something isn't working label Feb 7, 2024
@jozefizso jozefizso self-assigned this May 8, 2024
@jozefizso
Copy link
Collaborator

The $GITHUB_STEP_SUMMARY accepts even 65536 ASCII characters (bytes).

https://github.com/jozefizso/ghalimits/actions/runs/9679906160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants