Skip to content

Commit

Permalink
ignore driver installation error
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersokari committed Jan 29, 2025
1 parent 814bf7c commit 9c565a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
npm install -g appium
appium --version
appium driver install uiautomator2
appium driver install uiautomator2 || true
npm install -g appium-doctor
- name: Install wdio dependencies
Expand Down

0 comments on commit 9c565a4

Please sign in to comment.