mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-05 22:32:12 +00:00
fix(ci): share heavy check lock across test and lint
This commit is contained in:
@@ -6,7 +6,6 @@ const vitestArgs = buildVitestArgs(process.argv.slice(2));
|
||||
const releaseLock = acquireLocalHeavyCheckLockSync({
|
||||
cwd: process.cwd(),
|
||||
env: process.env,
|
||||
lockName: "test",
|
||||
toolName: "test",
|
||||
});
|
||||
let lockReleased = false;
|
||||
|
||||
Reference in New Issue
Block a user