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: handle Playwright installation for specific projects only
Remove global Playwright installation that was causing "playwright: not found"
errors. Instead, install Playwright only for projects that need it (like
bi-directional) during the e2e test job.
This fixes the setup-matrix job failure and ensures Playwright is only
installed where it's actually used.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments