Skip to content

Commit 7fb7d19

Browse files
committed
fix: using wrong port in test
1 parent 8e9da76 commit 7fb7d19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
run: cd workbench/${{ matrix.app.name }} && pnpm dev & echo "starting tests in 10 seconds" && sleep 10 && pnpm vitest run packages/core/e2e/e2e.test.ts
207207
env:
208208
APP_NAME: ${{ matrix.app.name }}
209-
DEPLOYMENT_URL: "http://localhost:5173"
209+
DEPLOYMENT_URL: "http://localhost:4173"
210210

211211
e2e-local-prod:
212212
name: E2E Local Prod Tests (${{ matrix.app.name }} - ${{ matrix.app.canary && 'canary' || 'stable' }})
@@ -265,7 +265,7 @@ jobs:
265265
run: cd workbench/${{ matrix.app.name }} && pnpm start & echo "starting tests in 10 seconds" && sleep 10 && pnpm run test:e2e
266266
env:
267267
APP_NAME: ${{ matrix.app.name }}
268-
DEPLOYMENT_URL: "http://localhost:5173"
268+
DEPLOYMENT_URL: "http://localhost:4173"
269269

270270
e2e-windows:
271271
name: E2E Windows Tests

0 commit comments

Comments
 (0)