Integrations
GitHub Actions
Run Magnitude tests with GitHub Actions
You can kick off Magnitude tests from GitHub actions by:
- Ensuring that your development server is accessible in the test runner
- Ensuring
magnitude-test
gets installed on the test runner - Running the appropriate
npx magnitude
CLI command - Including the appropriate LLM client credentials (MOONDREAM_API_KEY + whatever you need for your planner LLM of choice).
Here’s an example .githhub/workflows/magnitude.yaml
, from our our example repo: