diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5262b786c..9e462881b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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