Skip to content

Commit

Permalink
chore: try android on mac runner
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Aug 7, 2024
1 parent 2637202 commit 0301be6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
if: true
env:
ANDROID_BUILD_TOOLS_VERSION: 34.0.0
ANDROID_SDK_PACKAGES: system-images;android-34;google_apis_playstore;x86_64 platforms;android-34 build-tools;34.0.0 platform-tools emulator
runs-on: ubuntu-latest
ANDROID_SDK_PACKAGES: system-images;android-34;google_apis_playstore;arm64-v8a platforms;android-34 build-tools;34.0.0 platform-tools emulator
runs-on: macos-14
steps:
- uses: actions/checkout@v4
env:
Expand All @@ -43,11 +43,6 @@ jobs:
run: |
yes Y | sdkmanager --licenses
sdkmanager --install ${ANDROID_SDK_PACKAGES}
- name: Enable KVM group perms
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: "Run Tests"
run: |
curl -Ls "https://get.maestro.mobile.dev" | bash
Expand Down

0 comments on commit 0301be6

Please sign in to comment.