Skip to content

Commit 4bebaab

Browse files
committed
update image test
1 parent da994b7 commit 4bebaab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: |
4040
cd plugins/image/service
4141
npm ci --force
42+
npm install --os=linux --cpu=x64 sharp
4243
npm link ../../../service
4344
npm test
4445
@@ -65,6 +66,7 @@ jobs:
6566
run: |
6667
cd plugins/image/service
6768
npm ci --force
69+
npm install --os=linux --cpu=x64 sharp
6870
npm link ../../../service
6971
npm run build
7072
- name: pack

0 commit comments

Comments
 (0)