Skip to content

Added a screenshot #107

Added a screenshot

Added a screenshot #107

Triggered via push June 13, 2026 17:44
Status Failure
Total duration 1m 31s
Artifacts

ci.yml

on: push
Lint, format, type-check, test
1m 28s
Lint, format, type-check, test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Lint, format, type-check, test
Process completed with exit code 1.
error: expect(received).toBe(expected): packages/ui/test/features/terminal/TerminalRenderer.theme.test.ts#L134
Expected: { background: "#0b0b0d", foreground: "#ffffff", cursor: "#ff8800", black: "#000000", red: "#ff0000", green: "#00ff00", yellow: "#ffff00", blue: "#0000ff", magenta: "#ff00ff", cyan: "#00ffff", white: "#cccccc", brightBlack: "#666666", brightRed: "#ff6666", brightGreen: "#66ff66", brightYellow: "#ffff66", brightBlue: "#6666ff", brightMagenta: "#ff66ff", brightCyan: "#66ffff", brightWhite: "#ffffff", } Received: undefined at <anonymous> (/home/runner/work/pi-deck/pi-deck/packages/ui/test/features/terminal/TerminalRenderer.theme.test.ts:134:41)
error: expect(received).toEqual(expected): packages/ui/test/features/terminal/TerminalRenderer.theme.test.ts#L114
- [ - { - "background": "#ffffff", - "black": "#000000", - "blue": "#0000ff", - "brightBlack": "#666666", - "brightBlue": "#6666ff", - "brightCyan": "#66ffff", - "brightGreen": "#66ff66", - "brightMagenta": "#ff66ff", - "brightRed": "#ff6666", - "brightWhite": "#ffffff", - "brightYellow": "#ffff66", - "cursor": "#ff8800", - "cyan": "#00ffff", - "foreground": "#ffffff", - "green": "#00ff00", - "magenta": "#ff00ff", - "red": "#ff0000", - "white": "#cccccc", - "yellow": "#ffff00", - }, - ] + [] - Expected - 23 + Received + 1 at <anonymous> (/home/runner/work/pi-deck/pi-deck/packages/ui/test/features/terminal/TerminalRenderer.theme.test.ts:114:27)