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;