mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-09 22:31:10 +00:00
chore(ci): run Memory Graph unit tests
This commit is contained in:
parent
9263c1560e
commit
8687c71db2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue