Skip to content

Commit 67ecf4d

Browse files
Install integration driver in CI
1 parent a5913ad commit 67ecf4d

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
@@ -96,7 +96,7 @@ jobs:
9696
run: appium driver install uiautomator2
9797

9898
- name: Install Flutter Integration driver
99-
if: matrix.e2e-tests == 'flutter-android'
99+
if: matrix.e2e-tests == 'flutter-android' || matrix.e2e-tests == 'flutter-ios'
100100
run: appium driver install appium-flutter-integration-driver --source npm
101101

102102
- name: Run Android E2E tests

0 commit comments

Comments
 (0)