get_run_tests
Retrieve test results for an entire GitHub Actions workflow run, aggregating all jobs in a single call. Avoids the need to query each job individually.
Instructions
Get test results for an entire run (all jobs). Simpler than calling get_job_tests per job. Truncates at 500 tests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | GitHub Actions workflow run ID |