mirror of https://github.com/openclaw/openclaw.git
fix(ci): share heavy check lock across test and lint
This commit is contained in:
parent
8ffeadd8f9
commit
e9acbdb111
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue