Skip to content

Commit 2489feb

Browse files
committed
fix wait port for devserver
1 parent 45be28c commit 2489feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pkg-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
working-directory: packages/cli/testproject-empty
121121
run: |
122122
npm run dev &
123-
npx wait-on http://localhost:6173 --timeout 60000
123+
npx wait-on http://localhost:5173 --timeout 60000
124124
125125
- name: Upload studio log on failure
126126
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)