mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 22:14:52 -07:00
inputs
This commit is contained in:
@@ -52,6 +52,10 @@ jobs:
|
|||||||
working-directory: './release'
|
working-directory: './release'
|
||||||
run: 'npm ci'
|
run: 'npm ci'
|
||||||
|
|
||||||
|
- name: 'Print Inputs'
|
||||||
|
run: |
|
||||||
|
echo "${{ toJSON(github.event.inputs) }}"
|
||||||
|
|
||||||
- name: 'Run Tests'
|
- name: 'Run Tests'
|
||||||
if: "${{github.event.inputs.force_skip_tests != 'true'}}"
|
if: "${{github.event.inputs.force_skip_tests != 'true'}}"
|
||||||
uses: './.github/actions/run-tests'
|
uses: './.github/actions/run-tests'
|
||||||
|
|||||||
Reference in New Issue
Block a user