From ccaa7009a7825b2f7c65ae1760529d0af469c146 Mon Sep 17 00:00:00 2001 From: shishu314 Date: Wed, 15 Oct 2025 17:09:47 -0400 Subject: [PATCH] fix(infra) - Reenable github test (#10839) Co-authored-by: gemini-cli-robot --- packages/cli/src/ui/commands/setupGithubCommand.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/cli/src/ui/commands/setupGithubCommand.test.ts b/packages/cli/src/ui/commands/setupGithubCommand.test.ts index c61392b37e..bac0207045 100644 --- a/packages/cli/src/ui/commands/setupGithubCommand.test.ts +++ b/packages/cli/src/ui/commands/setupGithubCommand.test.ts @@ -49,8 +49,7 @@ describe('setupGithubCommand', async () => { if (scratchDir) await fs.rm(scratchDir, { recursive: true }); }); - //TODO - https://github.com/google-gemini/gemini-cli/issues/10740 - it.skip('returns a tool action to download github workflows and handles paths', async () => { + it('returns a tool action to download github workflows and handles paths', async () => { const fakeRepoOwner = 'fake'; const fakeRepoName = 'repo'; const fakeRepoRoot = scratchDir;