We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0bd68 commit f8541cfCopy full SHA for f8541cf
1 file changed
.github/actions/verify-release/action.yml
@@ -86,7 +86,7 @@ runs:
86
- name: 'Install dependencies for integration tests'
87
shell: 'bash'
88
working-directory: '${{ inputs.working-directory }}'
89
- run: 'npm ci'
+ run: 'npm ci --ignore-scripts'
90
91
- name: '🔬 Run integration tests against NPM release'
92
0 commit comments