mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
Fix broken if (#9270)
This commit is contained in:
committed by
GitHub
parent
4bd4cd697b
commit
03bd6876d2
2
.github/actions/run-tests/action.yml
vendored
2
.github/actions/run-tests/action.yml
vendored
@@ -19,7 +19,7 @@ runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: 'Run Tests'
|
||||
if: '${{ !inputs.force_skip_tests }}'
|
||||
if: "${{ inputs.force_skip_tests != 'true' }}"
|
||||
env:
|
||||
GEMINI_API_KEY: '${{ inputs.gemini_api_key }}'
|
||||
working-directory: '${{ inputs.working-directory }}'
|
||||
|
||||
Reference in New Issue
Block a user