Skip to content

Commit a413ab5

Browse files
authored
ci: optimise job test (#38)
2 parents 653f4cd + 9699fb1 commit a413ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: TEst
1+
name: Test
22

33
on:
44
workflow_call:
@@ -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)