Skip to content

Commit

Permalink
Fix gh action (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose authored May 26, 2024
1 parent 35ff764 commit d7b2725
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

instrumentation-tests:
name: Instrumentation tests
runs-on: macOS-latest
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: true
Expand Down Expand Up @@ -122,6 +122,12 @@ jobs:
fi
echo "::set-output name=ARCH::$ARCH"
- 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: Instrumentation tests
uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down

0 comments on commit d7b2725

Please sign in to comment.