Commit 415e371
authored
fix(ci): generate registry.json before starter deployed smoke tests (CopilotKit#4247)
## Summary
Fixes the repeating "Starter Deployed Smoke Test Failed — 0 failure(s) —
job-level error" alerts in #oss-alerts.
**Root cause:** `integration-smoke.spec.ts` imports `registry.json`,
which is now gitignored (generated at build time, removed from tracking
in PR CopilotKit#4236). The CI workflow didn't run the generator before tests, so
the import fails with "Cannot find module."
**Fix:** Add a `generate-registry` step before the Playwright test run.
## Test plan
- [ ] Next scheduled run (or manual dispatch) passes without "Cannot
find module" error
- [ ] #oss-alerts stops receiving "job-level error" messages1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| |||
0 commit comments