fix(appium)

closes #6349
This commit is contained in:
Jacob Heider 2024-06-06 14:20:26 -04:00 committed by Jacob Heider
parent 9752ed2b75
commit 79467df354

View file

@ -19,7 +19,10 @@ build:
python.org: ^3 # node-gyp needs python to build python.org: ^3 # node-gyp needs python to build
script: script:
- chmod +x lib/appium.js - chmod +x lib/appium.js
- npm install . # required but not added
- run: EXTRA_PACKAGES="@appium/logger"
if: '>=2.7'
- npm install . $EXTRA_PACKAGES
--global --global
--prefix="{{prefix}}" --prefix="{{prefix}}"
--install-links --install-links
@ -27,6 +30,6 @@ build:
provides: provides:
- bin/appium - bin/appium
test: test:
- appium --version | grep {{version}} - appium --version | grep {{version}}
- appium driver install uiautomator2 - appium driver install uiautomator2