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(templates): use RepositoryTypeDir in tests to avoid git clone timeout on Linux
git clone file:// forces pack-object transport on Linux (no hardlinks),
causing parallel subtests to exceed the 10-second context deadline on
loaded CI runners. Switch to RepositoryTypeDir which reads templates
directly from the filesystem — no git involved.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments