diff options
author | 2023-06-01 00:19:33 -0700 | |
---|---|---|
committer | 2023-06-01 00:19:33 -0700 | |
commit | a4ccd4e0b4cc19f534bf639f30b7e4218400e1e8 (patch) | |
tree | 250f89bddd6e6c920645db2ad39bb7edf576edf0 /test/harness.ts | |
parent | cb0f76aa73f6b85667b57015a77ac39d9c78aa0b (diff) | |
parent | 689434e012a47b9be897f6d90d6aa211b13dfc19 (diff) | |
download | bun-jarred/port.tar.gz bun-jarred/port.tar.zst bun-jarred/port.zip |
Merge branch 'main' into jarred/portjarred/port
Diffstat (limited to '')
-rw-r--r-- | test/harness.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/harness.ts b/test/harness.ts index d29e4367c..bfd159b18 100644 --- a/test/harness.ts +++ b/test/harness.ts @@ -6,6 +6,7 @@ import os from "os"; export const bunEnv: any = { ...process.env, + GITHUB_ACTIONS: "false", BUN_DEBUG_QUIET_LOGS: "1", NO_COLOR: "1", FORCE_COLOR: undefined, |