We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc24440 commit 3a8c89bCopy full SHA for 3a8c89b
1 file changed
.github/workflows/release.yml
@@ -44,12 +44,6 @@ jobs:
44
- name: Build
45
run: yarn build
46
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
-
53
- name: MCP server smoke test
54
run: yarn workspace @phantom/mcp-server test:smoke
55
env:
@@ -76,3 +70,9 @@ jobs:
76
70
commitMode: git-cli
77
71
78
72
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
+
74
+ - name: Verify MCP package installs cleanly
75
+ run: yarn workspace @phantom/mcp-server test:pack
+ env:
+ PHANTOM_AUTH_BASE_URL: http://127.0.0.1:1
+ PHANTOM_API_BASE_URL: http://127.0.0.1:1
0 commit comments