Capture debug logs for nightly evals

This commit is contained in:
Christian Gunderman
2026-01-27 10:43:24 -08:00
parent 902e5d6dae
commit f4cd685377
2 changed files with 23 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ jobs:
GEMINI_MODEL: '${{ matrix.model }}'
RUN_EVALS: "${{ github.event.inputs.run_all != 'false' }}"
TEST_NAME_PATTERN: '${{ github.event.inputs.test_name_pattern }}'
DEBUG_MODE: 'true'
run: |
CMD="npm run test:all_evals"
PATTERN="${{ env.TEST_NAME_PATTERN }}"