File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments