Skip to content

Commit aada183

Browse files
committed
ci: define appium_home
1 parent a74a03b commit aada183

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ci-jobs/functional/run_appium.yml

+9
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,16 @@ steps:
1111
displayName: Installed node dependencies
1212
- script: appium driver install ${APPIUM_DRIVER}
1313
displayName: Install appium driver ${APPIUM_DRIVER}
14+
env:
15+
APPIUM_HOME: $(Agent.HomeDirectory)/appium
1416
- script: appium plugin install images
17+
displayName: Install appium images plugin
18+
env:
19+
APPIUM_HOME: $(Agent.HomeDirectory)/appium
1520
- script: appium plugin install execute-driver
21+
displayName: Install appium execute-driver plugin
22+
env:
23+
APPIUM_HOME: $(Agent.HomeDirectory)/appium
1624
- task: UseRubyVersion@0
1725
inputs:
1826
versionSpec: '3.0'
@@ -23,6 +31,7 @@ steps:
2331
env:
2432
JAVA_HOME: $(JAVA_HOME_11_X64)
2533
PATH: $(JAVA_HOME_11_X64)/bin:$(PATH)
34+
APPIUM_HOME: $(Agent.HomeDirectory)/appium
2635
- script: |
2736
gem install bundler;
2837
bundle install --retry=3 --jobs=4 --path vendor/bundle;

0 commit comments

Comments
 (0)