fix(ci): build LLM dependency before UI release chat tests (#14202)

This commit is contained in:
John Choi
2026-09-17 09:35:34 -07:00
committed by GitHub
parent 27fe60d79f
commit 9e12953bed
+3
View File
@@ -64,6 +64,9 @@ jobs:
- name: Build UI package
run: bun -F @cline/ui build
- name: Build LLM package for desktop chat tests
run: bun -F @cline/llms build
- name: Test desktop chat integration
run: bun -F @cline/code test:chat-ui