Configure CI/CD pipelines for Lindy AI agent testing and deployment.
For detailed implementation code and configurations, load the reference guide:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
| 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 |
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.
Proceed to lindy-deploy-integration for deployment automation.