fix(ci): unblock release (mcp --help SDK-free + skip timing test on CI) #86
Annotations
2 errors and 2 warnings
|
Build + Test
Process completed with exit code 1.
|
|
src/__tests__/mcp-server.test.ts > cli `mcp --help` > prints usage to stderr, nothing to stdout, and exits 0 without starting the bridge:
src/__tests__/mcp-server.test.ts#L42
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ src/__tests__/mcp-server.test.ts:42:22
|
|
Build + Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build + Test
Pre-existing test debt detected. Some tests fail because they assert against emoji characters removed in v2.0.0. See CONTRIBUTING.md 'Known test debt' section. This does NOT block your PR — fixing one of these tests is a great first contribution.
|