mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 19:40:22 +00:00
ci: align vitest entrypoints with root config
This commit is contained in:
@@ -28,7 +28,7 @@ function runTests() {
|
||||
const isolatedLock =
|
||||
process.env.OPENCLAW_GATEWAY_LOCK ??
|
||||
path.join(os.tmpdir(), `openclaw-gateway.lock.test.${Date.now()}`);
|
||||
const result = spawnSync("pnpm", ["exec", "vitest", "run"], {
|
||||
const result = spawnSync("pnpm", ["exec", "vitest", "run", "--config", "vitest.config.ts"], {
|
||||
stdio: "inherit",
|
||||
env: {
|
||||
...process.env,
|
||||
|
||||
Reference in New Issue
Block a user