Skip to content

Commit 7605e72

Browse files
authored
Add MCP to test workflow (#578)
1 parent e8ca16f commit 7605e72

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ jobs:
3030
- name: Deno check API
3131
run: yarn type:check:api
3232

33+
mcp:
34+
runs-on: ubuntu-latest
35+
steps:
36+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
37+
- name: Set up environment
38+
uses: ./.github/actions/setup
39+
- name: Run tests
40+
run: yarn test
41+
working-directory: packages/mcp
42+
3343
build:
3444
timeout-minutes: 90
3545
strategy:

0 commit comments

Comments
 (0)