clean up routes
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 4m24s

This commit is contained in:
2025-12-29 13:34:21 -08:00
parent ac60072d88
commit b7f3182fd6
22 changed files with 1155 additions and 921 deletions

View File

@@ -151,7 +151,7 @@ jobs:
--coverage.exclude='src/db/**' \
--coverage.exclude='src/lib/**' \
--coverage.exclude='src/types/**' \
--reporter=verbose --includeTaskLocation --testTimeout=10000 --silent=passed-only --no-file-parallelism || true
--reporter=verbose --includeTaskLocation --testTimeout=10000 --silent=passed-only --no-file-parallelism --trace-warnings || true
echo "--- Running Integration Tests ---"
npm run test:integration -- --coverage \
@@ -162,7 +162,7 @@ jobs:
--coverage.exclude='src/db/**' \
--coverage.exclude='src/lib/**' \
--coverage.exclude='src/types/**' \
--reporter=verbose --includeTaskLocation --testTimeout=10000 --silent=passed-only || true
--reporter=verbose --includeTaskLocation --testTimeout=10000 --silent=passed-only --trace-warnings || true
echo "--- Running E2E Tests ---"
# Run E2E tests using the dedicated E2E config which inherits from integration config.
@@ -175,7 +175,7 @@ jobs:
--coverage.exclude='src/db/**' \
--coverage.exclude='src/lib/**' \
--coverage.exclude='src/types/**' \
--reporter=verbose --no-file-parallelism || true
--reporter=verbose --no-file-parallelism --trace-warnings || true
# Re-enable secret masking for subsequent steps.
echo "::secret-masking::"
@@ -376,7 +376,7 @@ jobs:
# Application Secrets
FRONTEND_URL: 'https://flyer-crawler-test.projectium.com'
JWT_SECRET: ${{ secrets.JWT_SECRET_TEST }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
GEMINI_API_KEY: ${{ secrets.VITE_GOOGLE_GENAI_API_KEY_TEST }}
GOOGLE_MAPS_API_KEY: ${{ secrets.GOOGLE_MAPS_API_KEY }}