Skip to content

Commit ba7ab85

Browse files
committed
test
1 parent 52a2eeb commit ba7ab85

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build_test.image.service.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: test with node ${{ matrix.node }}
3434
run: |
3535
cd plugins/image/service
36-
npm ci
36+
npm ci --no-optional
3737
npm test
3838
3939
package:
@@ -53,8 +53,7 @@ jobs:
5353
- name: build
5454
run: |
5555
cd plugins/image/service
56-
npm ci
57-
ls
56+
npm ci --no-optional
5857
npm run build
5958
- name: pack
6059
run: npm pack ./plugins/image/service

0 commit comments

Comments
 (0)