Skip to content

Commit 70ea2a9

Browse files
rmedranollamasrfcclub
authored andcommitted
fix/verify release npm ci ignore scripts (google-gemini#28116)
(cherry picked from commit f8541cf)
1 parent 5e5c42a commit 70ea2a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/verify-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ runs:
9292
- name: 'Install dependencies for integration tests'
9393
shell: 'bash'
9494
working-directory: '${{ inputs.working-directory }}'
95-
run: 'npm ci'
95+
run: 'npm ci --ignore-scripts'
9696

9797
- name: '🔬 Run integration tests against NPM release'
9898
working-directory: '${{ inputs.working-directory }}'

0 commit comments

Comments
 (0)