fix/verify release npm ci ignore scripts (#28116)

This commit is contained in:
Ramón Medrano Llamas
2026-06-24 05:51:29 +02:00
committed by GitHub
parent 6e0bd68e45
commit f8541cf7a2
+1 -1
View File
@@ -86,7 +86,7 @@ runs:
- name: 'Install dependencies for integration tests'
shell: 'bash'
working-directory: '${{ inputs.working-directory }}'
run: 'npm ci'
run: 'npm ci --ignore-scripts'
- name: '🔬 Run integration tests against NPM release'
working-directory: '${{ inputs.working-directory }}'