2f9c0d27df
Build & Push Docker Images / test-backend (push) Successful in 20s
Build & Push Docker Images / test-frontend (push) Successful in 21s
Build & Push Docker Images / build-frontend (push) Successful in 27s
Build & Push Docker Images / build-backend (push) Successful in 18s
Backend uses Jest, not Vitest — --run is unrecognized. --ci is the Jest equivalent that disables watch mode and exits cleanly. Frontend already uses --run --reporter=basic (Vitest) which is correct. Verified locally: backend `npm test -- --ci` → 17/17 passing. Co-Authored-By: Claude <noreply@anthropic.com>