Skip to content

Commit 4f023cd

Browse files
committed
test
1 parent bce2a45 commit 4f023cd

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 install --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 install --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)