Skip to content

Commit

Permalink
ci: Use appium from the release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Oct 6, 2023
1 parent 894380b commit 8d58eb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci-jobs/functional/setup_appium.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
steps:
- task: NodeTool@0
inputs:
versionSpec: '16.x'
displayName: Install Node 16.x
- script: npm install -g appium@next --chromedriver_version='2.44'
versionSpec: '18.x'
displayName: Install Node.js
- script: npm install -g appium
displayName: Install appium
- task: UsePythonVersion@0
inputs:
Expand Down

0 comments on commit 8d58eb7

Please sign in to comment.