GitHub Actions Overview
Run Agent Mantis tests automatically on every pull request or push.
Setup
- Add your Agent Mantis API key as a GitHub Actions secret
- Create a workflow file (see Examples)
- Configure which tests to run and when
Triggers
- Pull request — Run smoke tests on every PR
- Push to main — Run full regression suite
- Schedule — Run tests on a cron schedule
- Manual — Trigger tests on demand via
workflow_dispatch
Results
Test results are reported back to your PR as status checks. Failed tests block merge (if configured).