We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdbfdf commit 8682a16Copy full SHA for 8682a16
ci-jobs/functional/run_appium.yml
@@ -23,7 +23,7 @@ steps:
23
APPIUM_HOME: $(Agent.HomeDirectory)/appium
24
- task: UseRubyVersion@0
25
inputs:
26
- versionSpec: '3.0'
+ versionSpec: '>= 3.0'
27
- script: |
28
mkdir -p test/report
29
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors --base-path=/wd/hub > test/report/appium.out 2>&1 &
0 commit comments