Skip to content

Commit 0193557

Browse files
committed
feat: run local-dev script directly to debug
1 parent ff038bd commit 0193557

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-mcp-sanity.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
yarn workspace @vue-skuilder/mcp build
4747
yarn workspace @vue-skuilder/mcp build:examples
4848
49+
- name: Run local-dev script directly
50+
run: timeout 90s node packages/mcp/dist/examples/local-dev.mjs || true
51+
4952
- name: list resources
5053
run: |
5154
yarn workspace @vue-skuilder/mcp test:resources

0 commit comments

Comments
 (0)