Skip to content

Cut the interactive TUI over to OpenTUI #25

Cut the interactive TUI over to OpenTUI

Cut the interactive TUI over to OpenTUI #25

Triggered via pull request August 6, 2026 23:55
Status Failure
Total duration 53s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
check
Process completed with exit code 1.
error: expect(received).toBe(expected): tests/unit/tui/theme.test.ts#L82
Expected: "#45454a" Received: "ansi256(238)" at <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/tui/theme.test.ts:82:34)
error: expect(received).toBeLessThan(expected): tests/unit/tui/theme.test.ts#L63
Expected: < 96 Received: NaN at <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/tui/theme.test.ts:63:53)
error: expect(received).toMatch(expected): tests/unit/tui/theme.test.ts#L43
Expected substring or pattern: /^#[0-9a-fA-F]{6}$/ Received: "ansi256(173)" at <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/tui/theme.test.ts:43:25)
error: expect(received).toBe(expected): tests/unit/tui/theme.test.ts#L19
Expected: "#7ea2c4" Received: "ansi256(74)" at <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/tui/theme.test.ts:19:27)
error: expect(received).toBe(expected): tests/unit/tui/theme.test.ts#L15
Expected: "#f5933a" Received: "ansi256(173)" at <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/tui/theme.test.ts:15:26)
error: expect(received).toBe(expected): tests/unit/index.test.ts#L75
Expected: 0 Received: 2 at <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/index.test.ts:75:18) at async withEnv (/home/runner/work/corbits-code/corbits-code/tests/unit/index.test.ts:22:11) at async <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/index.test.ts:66:9)
error: expect(received).toBe(expected): tests/unit/index.test.ts#L56
Expected: 0 Received: 2 at <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/index.test.ts:56:18) at async withEnv (/home/runner/work/corbits-code/corbits-code/tests/unit/index.test.ts:22:11) at async <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/index.test.ts:47:9)
error: expect(received).toHaveBeenCalled(): tests/unit/index.test.ts#L41
Expected number of calls: >= 1 Received number of calls: 0 at <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/index.test.ts:41:20) at async withEnv (/home/runner/work/corbits-code/corbits-code/tests/unit/index.test.ts:22:11) at async <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/index.test.ts:31:9)
error: expect(received).toBeDefined(): src/agent/environment.test.ts#L23
Received: undefined at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/agent/environment.test.ts:23:25)
check
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/