We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test-reporter would only fetch the first page of artifacts, so it would loss some when the number of artifacts > 30.
GitHub API Reference: https://docs.github.com/en/rest/reference/actions#list-workflow-run-artifacts
Failed CI: https://github.com/chaos-mesh/chaos-mesh/actions/runs/2069421829
Related GitHub API: https://api.github.com/repos/chaos-mesh/chaos-mesh/actions/runs/2069365380/artifacts
Related Codes:
https://github.com/dorny/test-reporter/blob/main/src/input-providers/artifact-provider.ts#L53-L56
The text was updated successfully, but these errors were encountered:
I noticed that here is already a PR relates to this issue: #165
Sorry, something went wrong.
+1 I am also facing this issue.
No branches or pull requests
test-reporter would only fetch the first page of artifacts, so it would loss some when the number of artifacts > 30.
GitHub API Reference: https://docs.github.com/en/rest/reference/actions#list-workflow-run-artifacts
Failed CI: https://github.com/chaos-mesh/chaos-mesh/actions/runs/2069421829
Related GitHub API: https://api.github.com/repos/chaos-mesh/chaos-mesh/actions/runs/2069365380/artifacts
Related Codes:
https://github.com/dorny/test-reporter/blob/main/src/input-providers/artifact-provider.ts#L53-L56
The text was updated successfully, but these errors were encountered: