Skip to content

Commit

Permalink
Use a different cache dir in each test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Apr 8, 2024
1 parent 2615dc7 commit 5baa2fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bun-internal-test/src/runner.node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ Starting "${name}"
BUN_RUNTIME_TRANSPILER_CACHE_PATH: "0",
GITHUB_ACTIONS: process.env.GITHUB_ACTIONS ?? "true",
BUN_DEBUG_QUIET_LOGS: "1",
BUN_INSTALL_CACHE_DIR: join(TMPDIR, ".bun-install-cache"),
[windows ? "TEMP" : "TMPDIR"]: TMPDIR,
},
});
Expand Down

0 comments on commit 5baa2fb

Please sign in to comment.