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 container testing by detecting CI environment in container-test.js
- Add CI environment detection (GitHub Actions, GitLab CI, etc.)
- Run tests directly with vitest when in CI instead of managing containers
- Preserve existing containerized behavior for local development
- Fixes 'Required file not found: Dockerfile.optimized' error in CI
0 commit comments