unit tests fixin
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m33s

This commit is contained in:
2025-11-22 10:03:28 -08:00
parent 77ec5acceb
commit ddbfdec684

View File

@@ -120,8 +120,8 @@ jobs:
FRONTEND_URL: "http://localhost:3000"
# ✅ NEW: Backend requires this to start
GEMINI_API_KEY: "dummy_gemini_key_for_testing"
# Or if tests need real AI: ${{ secrets.VITE_GOOGLE_GENAI_API_KEY }}
GEMINI_API_KEY: ${{ secrets.VITE_GOOGLE_GENAI_API_KEY }}
run: npm run test:integration
- name: Archive Code Coverage Report