Skip to content

Commit c2cffba

Browse files
committed
ci: allow scripts on windows tests
1 parent 5be6ea4 commit c2cffba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- run: npm install -g npm@latest
8787

8888
- name: Bootstrap
89-
run: npm ci --ignore-scripts
89+
run: npm ci
9090

9191
- name: Build 🔧
9292
run: |

0 commit comments

Comments
 (0)