test-reporter
test-reporter copied to clipboard
Add retries on check creation failure
In a build on our project, we saw something like this:
Creating test report Rust Test Results
Processing test results for check run Rust Test Results
Creating check run Rust Test Results
Error: HttpError: Server Error
If I am reading the source correctly, the checks are created here https://github.com/dorny/test-reporter/blob/main/src/main.ts#L163 via octokit rest API.
Something like https://octokit.github.io/rest.js/v19#automatic-retries would be nice
Would be nice. I've gotten the same error and had to re-run the entire workflow.