zyborg / dotnet-tests-report

GitHub Action to run .NET Core tests and generate report attached to Workflow Run
MIT License
112 stars 36 forks source link

Publishing of test results does not work when having a lot of tests #31

Closed DaanAcohen closed 2 years ago

DaanAcohen commented 2 years ago

The following error occurs:

Invoke-WebRequest: /home/runner/work/_actions/zyborg/dotnet-tests-report/v1/action.ps1:149 Line | 149 | Invoke-WebRequest -Headers $hdr $url -Method Post -Body ($bdy | C … | ~~~~~~~~~~~~~ | {"message":"Invalid request.\n\nOnly 65535 characters are | allowed; 266941 were | supplied.","documentation_url":"https://docs.github.com/rest/reference/checks#create-a-check-run"}

ebekker commented 2 years ago

Please see #12 and #13.