Skip to content

Commit 4c24d3a

Browse files
committed
test(cli): isolate update checks from CI markers
1 parent 1573b40 commit 4c24d3a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/sim-cli/src/update/check.process.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,13 @@ function runChild(
8181
{
8282
env: {
8383
...process.env,
84+
BUILDKITE: '0',
85+
CI: '0',
86+
GITHUB_ACTIONS: '0',
87+
JENKINS_URL: '0',
8488
NODE_USE_ENV_PROXY: '0',
8589
NO_PROXY: '127.0.0.1,localhost',
90+
TEAMCITY_VERSION: '0',
8691
...options.env,
8792
SIM_CONFIG_DIR: configDir,
8893
...(options.useProcessEnv ? { npm_config_registry: registry } : {}),

0 commit comments

Comments
 (0)