Skip to content

Commit 3ee7bb6

Browse files
authored
chore: fix presubmit (#25)
* chore: fix presubmit * resolve conflict * add yes pipe
1 parent ad68b07 commit 3ee7bb6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/presubmit-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,11 @@ jobs:
2727
- name: Install Gemini CLI
2828
run: npm install @google/gemini-cli
2929

30+
- name: Install toolbox binary
31+
run: |
32+
VERSION=$(cat toolbox_version.txt)
33+
curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
34+
chmod +x toolbox
35+
3036
- name: Install Extension
31-
run: npx gemini extensions install --path=.
37+
run: yes | npx gemini extensions install --path=.

0 commit comments

Comments
 (0)