@@ -237,40 +237,8 @@ jobs:
237237 path : ${{ matrix.archive }}
238238 if-no-files-found : error
239239
240- cli-real-env-integration :
241- needs : validate-version
242- runs-on : ubuntu-24.04
243- timeout-minutes : 60
244- steps :
245- - uses : actions/checkout@v6
246-
247- - uses : ./.github/actions/setup-node-pnpm
248-
249- - uses : ./.github/actions/setup-rust
250- with :
251- cache-key : release-cli-real-env
252-
253- - name : Run CLI real-env integration tests
254- run : cargo test -p tnmsc-integrate-tests -- --nocapture
255-
256- mcp-real-env-integration :
257- needs : validate-version
258- runs-on : ubuntu-24.04
259- timeout-minutes : 60
260- steps :
261- - uses : actions/checkout@v6
262-
263- - uses : ./.github/actions/setup-node-pnpm
264-
265- - uses : ./.github/actions/setup-rust
266- with :
267- cache-key : release-mcp-real-env
268-
269- - name : Run MCP real-env integration tests
270- run : cargo test -p tnmsm-integrate-tests -- --nocapture
271-
272240 publish-cli-npm :
273- needs : [validate-version, build-cli-binaries, cli-real-env-integration ]
241+ needs : [validate-version, build-cli-binaries]
274242 runs-on : ubuntu-24.04
275243 timeout-minutes : 60
276244 steps :
@@ -341,7 +309,7 @@ jobs:
341309 package-dir : cli
342310
343311 publish-mcp-npm :
344- needs : [validate-version, build-mcp-binaries, mcp-real-env-integration ]
312+ needs : [validate-version, build-mcp-binaries]
345313 runs-on : ubuntu-24.04
346314 timeout-minutes : 60
347315 steps :
0 commit comments