Skip to content

Commit ab6c75a

Browse files
committed
fix: explicitly set port
1 parent 15e8a36 commit ab6c75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
browser: chrome
7373
build: echo "Start runs build"
7474
command: pnpm --filter viewer run cy:run --config baseUrl=http://localhost:4173
75-
start: pnpm --filter viewer run preview
75+
start: pnpm --filter viewer run preview -- --port 4173
7676
record: true
7777
env:
7878
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}

0 commit comments

Comments
 (0)