Skip to content

Commit 3a8c89b

Browse files
chore: sync from internal
1 parent fc24440 commit 3a8c89b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ jobs:
4444
- name: Build
4545
run: yarn build
4646

47-
- name: Verify MCP package installs cleanly
48-
run: yarn workspace @phantom/mcp-server test:pack
49-
env:
50-
PHANTOM_AUTH_BASE_URL: http://127.0.0.1:1
51-
PHANTOM_API_BASE_URL: http://127.0.0.1:1
52-
5347
- name: MCP server smoke test
5448
run: yarn workspace @phantom/mcp-server test:smoke
5549
env:
@@ -76,3 +70,9 @@ jobs:
7670
commitMode: git-cli
7771
env:
7872
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73+
74+
- name: Verify MCP package installs cleanly
75+
run: yarn workspace @phantom/mcp-server test:pack
76+
env:
77+
PHANTOM_AUTH_BASE_URL: http://127.0.0.1:1
78+
PHANTOM_API_BASE_URL: http://127.0.0.1:1

0 commit comments

Comments
 (0)