Skip to content

Commit 8682a16

Browse files
committed
ci: use >= for ci
1 parent 1fdbfdf commit 8682a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-jobs/functional/run_appium.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
APPIUM_HOME: $(Agent.HomeDirectory)/appium
2424
- task: UseRubyVersion@0
2525
inputs:
26-
versionSpec: '3.0'
26+
versionSpec: '>= 3.0'
2727
- script: |
2828
mkdir -p test/report
2929
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

Comments
 (0)