CI #2229
ci.yml
on: workflow_dispatch
test (src)
build-and-test
Annotations
2 errors and 6 warnings
|
test (tests-evals-and-scripts)
Process completed with exit code 1.
|
|
error: expect(received).toEqual(expected):
tests/unit/check-gate.test.ts#L78
[
"./evals",
"./scripts",
- "./src",
+ "./src/agent",
+ "./src/auth",
+ "./src/changelog",
+ "./src/config",
+ "./src/config.test.ts",
+ "./src/context-compactor.test.ts",
+ "./src/cost",
+ "./src/crash",
+ "./src/director.test.ts",
+ "./src/inference-abort.test.ts",
+ "./src/inference-error-message.test.ts",
+ "./src/inference-gateway-error.test.ts",
+ "./src/list-dir.test.ts",
+ "./src/logging",
+ "./src/mcp",
+ "./src/perf",
+ "./src/permission",
+ "./src/plugins",
+ "./src/pricing-fetcher.test.ts",
+ "./src/pricing-metadata.test.ts",
+ "./src/profiles.test.ts",
+ "./src/prompts.test.ts",
+ "./src/provider",
+ "./src/renderer.test.ts",
+ "./src/session",
+ "./src/settings.test.ts",
+ "./src/shell",
+ "./src/state.test.ts",
+ "./src/subagent",
+ "./src/telemetry",
+ "./src/tools",
+ "./src/trust",
+ "./src/tui",
+ "./src/upgrade",
+ "./src/util",
+ "./src/web",
"./tests",
]
- Expected - 1
+ Received + 36
at <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/check-gate.test.ts:78:24)
|
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, 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/
|
|
test (src-b)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, 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/
|
|
static-analysis
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (src-c)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, 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/
|
|
test (src-a)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, 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/
|
|
test (tests-evals-and-scripts)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, 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/
|