mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-07 00:26:48 -07:00
ci: use artifact sharing to avoid redundant install and build
This commit is contained in:
@@ -16,6 +16,10 @@ inputs:
|
||||
dist-artifact:
|
||||
description: 'The name of the dist artifact to download if mode is "dist"'
|
||||
required: false
|
||||
skip-npm-ci:
|
||||
description: 'Whether to skip npm ci step'
|
||||
required: false
|
||||
default: 'false'
|
||||
|
||||
runs:
|
||||
using: 'composite'
|
||||
@@ -27,6 +31,7 @@ runs:
|
||||
cache: 'npm'
|
||||
|
||||
- name: 'Install dependencies'
|
||||
if: "${{ inputs.skip-npm-ci != 'true' }}"
|
||||
run: 'npm ci'
|
||||
shell: 'bash'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user