Skip to content

Commit ef7db25

Browse files
authored
ci: add env var before extension installation (#92)
1 parent 9994ed4 commit ef7db25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/presubmit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ jobs:
3434
chmod +x toolbox
3535
3636
- name: Install Extension
37+
env:
38+
GEMINI_API_KEY: "placeholder"
3739
run: yes | npx gemini extensions install .

0 commit comments

Comments
 (0)