Skip to content

Commit fe91aa5

Browse files
authored
ci: update presubmit validation (#73)
1 parent 222709a commit fe91aa5

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)