Finta CI Integration Overview Set up CI/CD for Finta fundraising integrations: run unit tests with mocked investor pipeline data on every PR, validate live API connectivity for round and investor queries on merge to main. Finta centralizes fundraising CRM data including rounds, investor contacts, and pipeline stages, so CI focuses on verifying data sync logic, pipeline stage transitions, and automated investor reporting workflows. GitHub Actions Workflow Mock-Based Unit Tests Integration Tests Error Handling | CI Issue | Cause | Fix | |----------|-------|-----| | | Invalid API key | Regenerat…