bibipkins / dotnet-test-reporter

A GitHub action to parse test results and post the summary as a PR comment
MIT License
19 stars 9 forks source link

Work around the GITHUB_STEP_SUMMARY Limit #53

Open SimonSchwendele opened 7 months ago

SimonSchwendele commented 7 months ago

We're currently facing the issue that we're hitting the limit of the github summaries. $GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 1319k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary

This change writes at least something into the log and uploads the summary as an artifact