Lindy CI Integration
Overview
Configure CI/CD pipelines for Lindy AI agent testing and deployment.
Prerequisites
- GitHub repository with Actions enabled
- Lindy test API key
- npm/pnpm project configured
Instructions
Step 1: Create GitHub Actions Workflow
Step 2: Configure Test API Key
Step 3: Create Integration Tests
Step 4: Add PR Checks
For detailed implementation code and configurations, load the reference guide:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
Output
- Automated test pipeline
- PR checks configured
- Coverage reports uploaded
- Integration test suite
Error Handling
| Issue | Cause | Solution |
|---|---|---|
| Secret not found | Not configured | Add via gh secret set |
| Tests timeout | Agent slow | Increase jest timeout |
| Rate limited | Too many tests | Add delays or use test key |
Examples
Basic usage: Apply lindy ci integration to a standard project setup with default configuration options.
Advanced scenario: Customize lindy ci integration for production environments with multiple constraints and team-specific requirements.
Resources
Next Steps
Proceed to lindy-deploy-integration for deployment automation.