Skip to content

fix(build): resolve workspace test runner consistently #947

fix(build): resolve workspace test runner consistently

fix(build): resolve workspace test runner consistently #947

Triggered via pull request August 24, 2026 19:08
Status Success
Total duration 9m 44s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
9m 39s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
1m 28s
Release Smoke
Deploy app.threadlines.dev  /  deploy
Deploy app.threadlines.dev / deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
react(no-unstable-nested-components): apps/web/src/components/ChatMarkdown.tsx#L825
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/ChatMarkdown.tsx#L822
Do not define components during render.
eslint(no-unused-vars): apps/web/src/components/chat/AgentsPanel.browser.tsx#L77
Variable 'TERMINAL_RUN' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): apps/web/src/components/chat/rightPanelLauncherState.ts#L27
Type 'ThreadBackgroundRunItem' is imported but never used.
threadlines(prefer-tooltip-prop): apps/web/src/components/source-control/SourceControlPanel.tsx#L1747
Use the `tooltip` prop instead of the native `title` attribute on <Button>. `title` renders an unstyled OS tooltip; the `tooltip` prop uses the app's styled tooltip.
eslint(no-unused-vars): apps/web/src/components/chat/rightPanelLauncherState.test.ts#L35
Function 'buildRun' is declared but never used.
eslint(require-yield): apps/desktop/src/preview/LocalServers.ts#L32
This generator function does not have `yield`
eslint(require-yield): apps/desktop/src/preview/PreviewSession.ts#L56
This generator function does not have `yield`