https://github.com/webbertakken/gha-test-orchestrator
Example of test orchestration on GitHub Actions
https://github.com/webbertakken/gha-test-orchestrator
github-actions test-orchestration
Last synced: about 1 month ago
JSON representation
Example of test orchestration on GitHub Actions
- Host: GitHub
- URL: https://github.com/webbertakken/gha-test-orchestrator
- Owner: webbertakken
- License: mit
- Created: 2025-06-12T23:06:43.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-13T00:01:49.000Z (12 months ago)
- Last Synced: 2025-07-01T14:07:22.053Z (12 months ago)
- Topics: github-actions, test-orchestration
- Language: TypeScript
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Actions Test Orchestrator
This repository demonstrates a concept for orchestrating test execution in large monorepos using GitHub Actions. It shows how to:
1. Split test execution across multiple runners
2. Report progress back to a single GitHub Check
3. Maintain a clean PR/Merge Queue interface
## Architecture
The architecture is simple and to the point

The diagram above illustrates how the test orchestration works:
- A single GitHub Check is created for the PR
- Test suites are distributed across multiple runners
- Each runner reports progress back to the main check in real time
- Results are aggregated into a single check line
## Getting Started
1. Clone the repository
2. Install dependencies:
```bash
yarn install
```
3. Run tests:
```bash
yarn test
```
4. Make a commit, and see the workflow in action
## Contributing
Feel free to open issues and pull requests to improve this concept.
## License
[MIT](./LICENSE) license