66ee38f456
The workflow was running 'bun test' without arguments, which caused Bun to scan all directories including e2e/, picking up Playwright tests that should only run in the acceptance-tests phase. Updated to explicitly target unit/component tests: - src/__tests__/unit/ - src/__tests__/*.test.tsx - src/__tests__/auth-simple.test.ts