mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
ci: allow failure in evals-nightly run step (#17319)
This commit is contained in:
committed by
GitHub
parent
1320ebceb9
commit
ba8c64459b
1
.github/workflows/evals-nightly.yml
vendored
1
.github/workflows/evals-nightly.yml
vendored
@@ -53,6 +53,7 @@ jobs:
|
||||
run: 'mkdir -p evals/logs'
|
||||
|
||||
- name: 'Run Evals'
|
||||
continue-on-error: true
|
||||
env:
|
||||
GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}'
|
||||
GEMINI_MODEL: '${{ matrix.model }}'
|
||||
|
||||
Reference in New Issue
Block a user