Skip to content

Commit c44740d

Browse files
authored
ci: update presubmit validation (#91)
1 parent 131fcb1 commit c44740d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/presubmit-tests.yml

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

0 commit comments

Comments
 (0)