From f8541cf7a2912e8a99ee21445195c87780912cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Medrano=20Llamas?= <45878745+rmedranollamas@users.noreply.github.com> Date: Wed, 24 Jun 2026 05:51:29 +0200 Subject: [PATCH] fix/verify release npm ci ignore scripts (#28116) --- .github/actions/verify-release/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/verify-release/action.yml b/.github/actions/verify-release/action.yml index 5d6abbce7f..d6fe138f8a 100644 --- a/.github/actions/verify-release/action.yml +++ b/.github/actions/verify-release/action.yml @@ -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 }}'