Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/presubmit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
chmod +x toolbox

- name: Install Extension
<<<<<<< ci-presubmit
Comment thread
averikitsch marked this conversation as resolved.
Outdated
run: npx gemini extensions validate .
env:
GEMINI_API_KEY: "placeholder"
=======
env:
GEMINI_API_KEY: "placeholder"
run: yes | npx gemini extensions install .
>>>>>>> main
Comment thread
averikitsch marked this conversation as resolved.
Outdated
Loading