Skip to content

Fix GitHub Actions stability and brand-check drift #25

Fix GitHub Actions stability and brand-check drift

Fix GitHub Actions stability and brand-check drift #25

Triggered via pull request August 10, 2026 20:12
Status Failure
Total duration 6m 31s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
6m 26s
Format, Lint, Typecheck, Test, Browser Test, Build
Windows Process Regression
0s
Windows Process Regression
Migration Lineage
10s
Migration Lineage
Release Smoke
38s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
Format, Lint, Typecheck, Test, Browser Test, Build
Process completed with exit code 1.
Format, Lint, Typecheck, Test, Browser Test, Build
command (/home/runner/work/forkara/forkara/apps/web) /home/runner/.bun/bin/bun run test exited (1)
src/lib/toolCallLabel.test.ts > deriveSynaraMcpToolTitle > recognizes bare and already-humanized Forkara tool names: apps/web/src/lib/toolCallLabel.test.ts#L191
AssertionError: expected null to be 'Forkara listed threads' // Object.is equality - Expected: "Forkara listed threads" + Received: null ❯ src/lib/toolCallLabel.test.ts:191:7
src/lib/toolCallLabel.test.ts > deriveSynaraMcpToolTitle > uses stable action-first names for Forkara browser tools: apps/web/src/lib/toolCallLabel.test.ts#L80
AssertionError: expected null to be 'Snapshot browser page' // Object.is equality - Expected: "Snapshot browser page" + Received: null ❯ src/lib/toolCallLabel.test.ts:80:7
src/components/ForkDenialStage.test.tsx > ForkDenialStage > renders every stage label in provided order: apps/web/src/components/ForkDenialStage.test.tsx#L14
AssertionError: expected -1 to be greater than or equal to 0 ❯ src/components/ForkDenialStage.test.tsx:14:21
eslint-plugin-unicorn(no-useless-spread): apps/server/src/codexAppServerTransport.ts#L26
Using a spread operator here creates a new object unnecessarily.
oxc(no-map-spread): apps/server/src/provider/acp/CursorAcpSupport.ts#L973
Spreading to modify object properties in `map` calls is inefficient
eslint-plugin-unicorn(consistent-function-scoping): apps/desktop/src/mediaPermissions.test.ts#L38
Function `requester` does not capture any variables from its parent scope