Skip to content

Commit 3b30e17

Browse files
Update Appium XCUI driver installation version
Changed the installation command in `ios_navigation_tests.yml` to use the latest version of the Appium XCUI test driver (`xcuitest@next`) instead of a specific version (`xcuitest@5.14.1`). This update ensures access to the most recent features and fixes.
1 parent 437a06c commit 3b30e17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ios_navigation_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Appium and Drivers
3636
run: |
3737
npm install -g appium --unsafe-perm=true --allow-root
38-
appium driver install xcuitest@5.14.1
38+
appium driver install xcuitest@next
3939
4040
- name: Start Appium Server
4141
run: |

0 commit comments

Comments
 (0)