mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Use a separate cache dir for this test
This commit is contained in:
@@ -88,7 +88,7 @@ beforeAll(async () => {
|
||||
|
||||
const install = Bun.spawnSync([bunExe(), "i"], {
|
||||
cwd: root,
|
||||
env: bunEnv,
|
||||
env: { ...bunEnv, BUN_INSTALL_CACHE_DIR: join(root, ".bun-install") },
|
||||
stdout: "inherit",
|
||||
stderr: "inherit",
|
||||
stdin: "inherit",
|
||||
|
||||
Reference in New Issue
Block a user