Commit 8c2d056
ci(node): run vitest suite instead of missing test_omnibus.ts
`packages/openmemory-js/tests/test_omnibus.ts` was renamed to
`tests/omnibus.test.ts` in cbc8c84 ("port ad-hoc tsx scripts to vitest
specs"), but the CI step kept calling the old path with `npx tsx`. The
"Test Node.js SDK" job has been red on every PR since.
Switch the step to `npm test` so the omnibus spec, the temporal /
multilingual / webhook / verify suites, and any new vitest specs (e.g.
the per-tenant MCP regression added in the parent commit) all run.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent af4b3bb commit 8c2d056
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | | - | |
| 63 | + | |
0 commit comments