Skip to content

Commit 8af67b4

Browse files
tests: Use server releases from the main branch for testing (#1994)
1 parent 149fd0c commit 8af67b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Install Appium
6565
if: matrix.e2e-tests == 'android' || matrix.e2e-tests == 'ios'
66-
run: npm install -g appium@next
66+
run: npm install --location=global appium
6767

6868
- name: Install UIA2 driver
6969
if: matrix.e2e-tests == 'android'

0 commit comments

Comments
 (0)