build(*): Add support for fallback test mode

This commit is contained in:
Josh Creek
2025-04-24 20:14:01 +01:00
parent 2a057c4cc6
commit 5f604b577d
2 changed files with 14 additions and 3 deletions
+6
View File
@@ -23,3 +23,9 @@ jobs:
run: pnpm exec playwright install
- name: Run Playwright/BDD tests
run: npm run bdd:full
env:
NODE_ENV: test
AI_FOUNDRY_PROJECT_CONNECTION_STRING: test
AI_MODEL=gpt-4o
VITE_PARTYKIT_BASE_URL=wss://partykit.jcreek.partykit.dev
PARTYKIT_BASE_URL=wss://partykit.jcreek.partykit.dev