Skip to content

Commit

Permalink
Install integration driver in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sudharsan-selvaraj committed Jul 23, 2024
1 parent a5913ad commit 67ecf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: appium driver install uiautomator2

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

- name: Run Android E2E tests
Expand Down

0 comments on commit 67ecf4d

Please sign in to comment.