Skip to content

Commit 2ef2d54

Browse files
jbedardclydin
authored andcommitted
test: remove ci specific logic
1 parent 2413abb commit 2ef2d54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/legacy-cli/e2e_runner.ts

-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ if (testsToRun.length == allTests.length) {
160160
console.log(['Tests:', ...testsToRun].join('\n '));
161161

162162
setGlobalVariable('argv', argv);
163-
setGlobalVariable('ci', process.env['CI']?.toLowerCase() === 'true' || process.env['CI'] === '1');
164163
setGlobalVariable('package-manager', argv.yarn ? 'yarn' : 'npm');
165164

166165
Promise.all([findFreePort(), findFreePort()])

0 commit comments

Comments
 (0)