Skip to content

fix(dev): isolate default development state #250

fix(dev): isolate default development state

fix(dev): isolate default development state #250

Triggered via pull request September 8, 2026 15:22
Status Failure
Total duration 17m 25s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Architecture
1m 25s
Format, Lint, Typecheck, Architecture
Windows Process Regression
2m 49s
Windows Process Regression
Migration Lineage
11s
Migration Lineage
Release Smoke
20s
Release Smoke
Unit Tests and Desktop Build
59s
Unit Tests and Desktop Build
Browser Tests
15m 41s
Browser Tests
Format, Lint, Typecheck, Test, Browser Test, Build
4s
Format, Lint, Typecheck, Test, Browser Test, Build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
Unit Tests and Desktop Build
Process completed with exit code 1.
Unit Tests and Desktop Build
command (/home/runner/work/forkara/forkara/scripts) /home/runner/.bun/bin/bun run test exited (1)
dev-runner.test.ts > dev-runner > createDevRunnerEnv > gives CLI state-root overrides precedence over FORKARA_HOME: scripts/dev-runner.test.ts#L236
Error: Test timed out in 5000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ dev-runner.test.ts:236:5
Format, Lint, Typecheck, Test, Browser Test, Build
Process completed with exit code 1.
eslint-plugin-unicorn(consistent-function-scoping): apps/server/src/profileStats.ts#L638
Function `profileStatsErrorMessage` does not capture any variables from its parent scope
eslint-plugin-unicorn(no-array-sort): apps/server/src/staticAssets.ts#L119
Use `Array#toSorted()` instead of `Array#sort()`.
eslint-plugin-unicorn(prefer-add-event-listener): apps/web/src/lib/desktopClipboard.ts#L36
Prefer `addEventListener()` over their `on`-function counterparts.
eslint-plugin-unicorn(prefer-add-event-listener): apps/web/src/lib/desktopClipboard.ts#L35
Prefer `addEventListener()` over their `on`-function counterparts.
oxc(no-map-spread): apps/server/src/auth/Layers/AuthControlPlane.ts#L61
Spreading to modify object properties in `map` calls is inefficient
eslint-plugin-unicorn(no-array-sort): apps/server/src/auth/Layers/AuthControlPlane.ts#L121
Use `Array#toSorted()` instead of `Array#sort()`.