chore(ci): run Memory Graph unit tests

This commit is contained in:
ved015 2026-08-24 20:00:02 +05:30
parent 9263c1560e
commit 8687c71db2

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