Skip to content

Commit

Permalink
Cleanup and testing for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Archdoog committed Oct 14, 2024
1 parent 25d5fde commit c8a33ea
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,19 @@ jobs:
run: chmod +x gradlew
working-directory: android

- 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 Connected Checks
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 30
avd-name: ubuntu-latest-x86_64-aosp-atd-30
arch: x86_64
target: aosp_atd
script: ./gradlew connectedCheck
working-directory: android

Expand Down

0 comments on commit c8a33ea

Please sign in to comment.