You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): use daemon mode (-d) for mockd, wait for import completion
Root cause: background processes (& or nohup) in GitHub Actions run
steps get killed between steps. Using mockd's native daemon mode (-d)
which forks properly and survives step boundaries.
For digital twins with large specs (Stripe 6MB, Twilio 1.8MB, OpenAI
2.5MB), wait loop now checks mock count > 10 before proceeding since
imports are processed after daemon reports ready. Timeout 120s.
0 commit comments