Skip to content

Commit 9699fb1

Browse files
committed
Omits optional npm packages
- Config jobs `test` to omit optional packages on `npm ci`.
1 parent fe927ce commit 9699fb1

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
@@ -24,6 +24,6 @@ jobs:
2424
node-version: ${{ matrix.node-version }}
2525
cache: npm
2626
- name: install
27-
run: npm ci
27+
run: npm ci --omit optional
2828
- name: run tests
2929
run: npm run jest-ci

0 commit comments

Comments
 (0)