ci: exclude long-running TUI and listener tests from CI #20
Annotations
7 errors and 13 warnings
|
typecheck
Process completed with exit code 2.
|
|
test
Process completed with exit code 1.
|
|
error: expect(received).toBe(expected):
packages/tinycode/test/server/httpapi-listen.test.ts#L298
Expected: 200
Received: 401
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/test/server/httpapi-listen.test.ts:298:31)
|
|
error: timed out waiting for graceful stop after forced stop:
packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
|
|
error: timed out waiting for forced listener stop:
packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
|
|
error: timed out waiting for concurrent listener.stop(true):
packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
|
|
error: timed out waiting for listener.stop(true):
packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
|
|
typecheck
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-useless-escape):
packages/tinycode/test/tool/shell-guardrails.test.ts#L259
Unnecessary escape character '.'
|
|
eslint(no-useless-escape):
packages/tinycode/test/tool/shell-guardrails.test.ts#L259
Unnecessary escape character '.'
|
|
eslint(no-unused-vars):
packages/tinycode/src/session/processor.ts#L337
Variable 'toolCall' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
packages/tinycode/test/storage/db.test.ts#L1
Identifier 'test' is imported but never used.
|
|
typescript-eslint(no-this-alias):
packages/tinycode/src/effect/config-service.ts#L51
Unexpected aliasing of 'this' to local variable.
|
|
eslint-plugin-unicorn(no-useless-fallback-in-spread):
packages/tinycode/test/fixture/tui-sdk.ts#L10
Empty fallbacks in spreads are unnecessary
|
|
typescript-eslint(no-extraneous-class):
packages/tinycode/test/util/error.test.ts#L33
Unexpected empty class.
|
|
eslint(no-unused-vars):
packages/ui/src/components/message-part.tsx#L296
Identifier 'normalize' is imported but never used.
|
|
eslint(no-unused-vars):
packages/sdk/js/src/v2/gen/client/types.gen.ts#L142
Variable 'TError' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
.tinycode/plugins/tui-smoke.tsx#L2
Type 'JSX' is imported but never used.
|
|
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|