We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c40ed commit 769326cCopy full SHA for 769326c
.github/workflows/tests.yml
@@ -188,7 +188,7 @@ jobs:
188
run: ./scripts/resolve-symlinks.sh workbench/${{ matrix.app.name }}
189
190
- name: Run E2E Tests
191
- run: cd workbench/${{ matrix.app.name }} && pnpm dev & echo "starting tests in 10 seconds" && sleep 10 && pnpm vitest run packages/core/e2e/dev.test.ts && sleep 5 && pnpm run test:e2e
+ run: cd workbench/${{ matrix.app.name }} && pnpm dev & echo "starting tests in 10 seconds" && sleep 10 && pnpm vitest run packages/core/e2e/dev.test.ts && sleep 10 && pnpm run test:e2e
192
env:
193
APP_NAME: ${{ matrix.app.name }}
194
DEPLOYMENT_URL: "http://localhost:${{ matrix.app.name == 'sveltekit' && '5173' || '3000' }}"
0 commit comments