Skip to content

Commit

Permalink
ci: enable KVM on instrumented tests
Browse files Browse the repository at this point in the history
This was already done on `develop`. Now being ported to RC
  • Loading branch information
vitorhugods committed Aug 2, 2024
1 parent 8a02f96 commit 2e3d3dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle-android-instrumented-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ jobs:
with:
api-level: ${{ matrix.api-level }}

- 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: Android Instrumentation Tests
uses: reactivecircus/android-emulator-runner@v2
env:
Expand Down

0 comments on commit 2e3d3dd

Please sign in to comment.