ci: conditionalize Vitest alias for E2E tests

This commit is contained in:
mkorwel
2026-04-24 23:52:13 +00:00
parent e4cbb1346a
commit 7186b44a10
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -417,5 +417,6 @@ jobs:
GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}'
KEEP_OUTPUT: 'true'
VERBOSE: 'true'
USE_PUBLISHED_PACKAGES: 'true'
run: 'npm run test:integration:sandbox:none'
shell: 'pwsh'