Skip to content

Commit 53dd12a

Browse files
committed
test fix
1 parent 4d84c3d commit 53dd12a

File tree

2 files changed

+23
-337
lines changed

2 files changed

+23
-337
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: test with node ${{ matrix.node }}
3939
run: |
4040
cd plugins/image/service
41-
npm ci
41+
npm ci --no-optional
4242
npm link ../../../service
4343
npm test
4444
@@ -61,10 +61,10 @@ jobs:
6161
cd service
6262
npm ci
6363
npm run build
64-
- name: build
64+
- name: build image service
6565
run: |
6666
cd plugins/image/service
67-
npm ci
67+
npm ci --no-optional
6868
npm link ../../../service
6969
npm run build
7070
- name: pack

0 commit comments

Comments
 (0)