Skip to content

Commit ca236fe

Browse files
authored
ci(test): allow install scripts in test workflow (#3122)
1 parent e612aa1 commit ca236fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
with:
196196
node-version: ${{ matrix.node }}
197197
- name: Install
198-
run: npm ci --ignore-scripts
198+
run: npm ci
199199
- name: Download Build Artifacts
200200
uses: actions/download-artifact@v5
201201
with:

0 commit comments

Comments
 (0)