mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
feat: expand verify-release to macOS and Windows (#18145)
Co-authored-by: Yuna Seol <yunaseol@google.com>
This commit is contained in:
@@ -456,7 +456,8 @@ export class TestRig {
|
||||
} {
|
||||
const isNpmReleaseTest =
|
||||
env['INTEGRATION_TEST_USE_INSTALLED_GEMINI'] === 'true';
|
||||
const command = isNpmReleaseTest ? 'gemini' : 'node';
|
||||
const geminiCommand = os.platform() === 'win32' ? 'gemini.cmd' : 'gemini';
|
||||
const command = isNpmReleaseTest ? geminiCommand : 'node';
|
||||
const initialArgs = isNpmReleaseTest
|
||||
? extraInitialArgs
|
||||
: [BUNDLE_PATH, ...extraInitialArgs];
|
||||
|
||||
Reference in New Issue
Block a user