Skip to content

Commit 32e20a8

Browse files
authored
ci: install sharp with argums for macOS env
Added macOS specific installation for sharp in Appium setup.
1 parent 33ded07 commit 32e20a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/functional-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
- run: npm install -g appium
8989
- run: |
9090
appium plugin install images
91+
# for macOS env specific
92+
npm install -g --os=darwin --cpu=arm64 sharp
9193
appium plugin install execute-driver
9294
# Workaround to keep symlink to global appium
9395
appium driver install xcuitest
@@ -165,6 +167,8 @@ jobs:
165167
npm install -g mjpeg-consumer
166168
- run: |
167169
appium plugin install images
170+
# for macOS env specific
171+
npm install -g --os=darwin --cpu=arm64 sharp
168172
appium plugin install execute-driver
169173
# Workaround to keep symlink to global appium
170174
appium driver install xcuitest

0 commit comments

Comments
 (0)