chore(ci): wire JS tools unit tests into CI (#1436)

## Summary
- Add tools/ai-sdk unit test jobs to `ci.yml`
- Update `turbo.json` and root `package.json` scripts
- Refresh `bun.lock`

Stacked on #1435

## Test plan
- [ ] CI passes on this branch

Made with [Cursor](https://cursor.com)
This commit is contained in:
Dhravya 2026-09-01 06:10:36 +00:00
parent 4173edb9e6
commit 7974498062
No known key found for this signature in database
GPG key ID: 135A27003CF4F6CB

View file

@ -64,5 +64,8 @@ jobs:
- name: Run Memory Graph type checking
run: bun run --cwd packages/memory-graph check-types
- name: Run Memory Graph unit tests
run: bun run --cwd packages/memory-graph test
- name: Run Biome CI (format & lint on changed files)
run: bunx biome ci --changed --since=origin/main --no-errors-on-unmatched