We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d84c3d commit 53dd12aCopy full SHA for 53dd12a
.github/workflows/build_test.image.service.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: test with node ${{ matrix.node }}
39
run: |
40
cd plugins/image/service
41
- npm ci
+ npm ci --no-optional
42
npm link ../../../service
43
npm test
44
@@ -61,10 +61,10 @@ jobs:
61
cd service
62
npm ci
63
npm run build
64
- - name: build
+ - name: build image service
65
66
67
68
69
70
- name: pack
0 commit comments