Skip to content

perf(ci): run browser tests in their own job #961

perf(ci): run browser tests in their own job

perf(ci): run browser tests in their own job #961

Triggered via push August 27, 2026 16:11
Status Success
Total duration 6m 31s
Artifacts

ci.yml

on: push
Format, Lint, Typecheck, Test, Build
6m 26s
Format, Lint, Typecheck, Test, Build
Browser Test
4m 0s
Browser Test
Release Smoke
1m 7s
Release Smoke
Deploy app.threadlines.dev  /  deploy
Deploy app.threadlines.dev / deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(require-yield): apps/desktop/src/preview/PreviewSession.ts#L56
This generator function does not have `yield`
eslint(require-yield): apps/server/src/preview/PreviewAutomationBroker.ts#L97
This generator function does not have `yield`
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L81
Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L31
Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L27
Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L23
Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L22
Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
eslint(no-unused-vars): apps/server/src/cli/config.test.ts#L712
Variable 'derivedPaths' is declared but never used. Unused variables should start with a '_'.