Skip to content

Commit

Permalink
[ci] Install ADB
Browse files Browse the repository at this point in the history
  • Loading branch information
zhani committed Mar 18, 2024
1 parent 91e0f1e commit bd8ac5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-webdriver-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Download latest WebDriver Preview
run: wget https://github.com/Igalia/wpe-android/releases/download/latest-preview/webdriver-latest.apk -O webdriver-latest.apk

- name: Install ADB
run: sudo apt install adb

- name: Run Selenium and W3C tests
uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down

0 comments on commit bd8ac5e

Please sign in to comment.