mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-30 17:14:40 +08:00
fix: address upstream merge review findings
This commit is contained in:
@@ -142,6 +142,10 @@ jobs:
|
||||
# kilocode_change end
|
||||
|
||||
# kilocode_change start - test non-CLI packages separately from sharded CLI tests
|
||||
- name: Verify package test scheduling
|
||||
if: matrix.settings.run && matrix.settings.packages && matrix.settings.os == 'linux'
|
||||
run: bun run script/check-test-ci.ts
|
||||
|
||||
- name: Run non-CLI unit tests
|
||||
if: matrix.settings.run && matrix.settings.packages
|
||||
run: bun turbo test:ci --output-logs=errors-only --log-order=grouped --log-prefix=task --filter='!@kilocode/cli' --filter='!@kilocode/kilo-jetbrains'
|
||||
|
||||
Reference in New Issue
Block a user