Skip to content

Commit

Permalink
fixes pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Dopeamin committed Jan 16, 2025
1 parent 6c0772a commit 92efa3e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/flutter_emulator_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:
- name: Install Appium and Test Dependencies
run: |
npm install -g appium@next
npm install -g webdriverio appium-flutter-driver
appium driver install --source=npm appium-flutter-driver
appium plugin install --name=appium-virtual-authenticator
appium driver install uiautomator2
appium driver install --source npm appium-flutter-integration-driver
# Step 5: Install Dependencies
- name: Install Flutter Dependencies
Expand Down Expand Up @@ -111,7 +114,10 @@ jobs:
- name: Install Appium and Test Dependencies
run: |
npm install -g appium@next
npm install -g webdriverio appium-flutter-driver
appium driver install --source=npm appium-flutter-driver
appium plugin install --name=appium-virtual-authenticator
appium driver install uiautomator2
appium driver install --source npm appium-flutter-integration-driver
# Step 5: Install Dependencies
- name: Install Flutter Dependencies
Expand Down

0 comments on commit 92efa3e

Please sign in to comment.