{"id":28825687,"url":"https://github.com/webbertakken/gha-test-orchestrator","last_synced_at":"2026-04-28T14:34:53.181Z","repository":{"id":298791442,"uuid":"1001154303","full_name":"webbertakken/gha-test-orchestrator","owner":"webbertakken","description":"Example of test orchestration on GitHub Actions","archived":false,"fork":false,"pushed_at":"2025-06-13T00:01:49.000Z","size":134,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-01T14:07:22.053Z","etag":null,"topics":["github-actions","test-orchestration"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webbertakken.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"webbertakken","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2025-06-12T23:06:43.000Z","updated_at":"2025-06-12T23:54:19.000Z","dependencies_parsed_at":"2025-06-13T00:27:16.432Z","dependency_job_id":"93a397f5-8b9d-4d2a-8d54-2585d7c19f6e","html_url":"https://github.com/webbertakken/gha-test-orchestrator","commit_stats":null,"previous_names":["webbertakken/gha-test-orchestrator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webbertakken/gha-test-orchestrator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webbertakken%2Fgha-test-orchestrator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webbertakken%2Fgha-test-orchestrator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webbertakken%2Fgha-test-orchestrator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webbertakken%2Fgha-test-orchestrator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webbertakken","download_url":"https://codeload.github.com/webbertakken/gha-test-orchestrator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webbertakken%2Fgha-test-orchestrator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32385269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","test-orchestration"],"created_at":"2025-06-19T02:05:43.073Z","updated_at":"2026-04-28T14:34:53.159Z","avatar_url":"https://github.com/webbertakken.png","language":"TypeScript","funding_links":["https://github.com/sponsors/webbertakken"],"categories":[],"sub_categories":[],"readme":"# GitHub Actions Test Orchestrator\n\nThis repository demonstrates a concept for orchestrating test execution in large monorepos using GitHub Actions. It shows how to:\n\n1. Split test execution across multiple runners\n2. Report progress back to a single GitHub Check\n3. Maintain a clean PR/Merge Queue interface\n\n## Architecture\n\nThe architecture is simple and to the point\n\n![Architecture Diagram](./assets/basic-architecture.webp)\n\nThe diagram above illustrates how the test orchestration works:\n\n- A single GitHub Check is created for the PR\n- Test suites are distributed across multiple runners\n- Each runner reports progress back to the main check in real time\n- Results are aggregated into a single check line\n\n## Getting Started\n\n1. Clone the repository\n2. Install dependencies:\n\n   ```bash\n   yarn install\n   ```\n\n3. Run tests:\n\n   ```bash\n   yarn test\n   ```\n\n4. Make a commit, and see the workflow in action\n\n## Contributing\n\nFeel free to open issues and pull requests to improve this concept.\n\n## License\n\n[MIT](./LICENSE) license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebbertakken%2Fgha-test-orchestrator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebbertakken%2Fgha-test-orchestrator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebbertakken%2Fgha-test-orchestrator/lists"}