Skip to content

Commit 3e36845

Browse files
committed
chore: try including optional flag for windows test
1 parent 9ad9e55 commit 3e36845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
cache: npm
285285

286286
- name: Install dependencies
287-
run: npm ci --prefer-offline
287+
run: npm ci --prefer-offline --include=optional
288288

289289
- name: Build
290290
id: build

0 commit comments

Comments
 (0)