Skip to content

Commit

Permalink
fix: drive
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Jun 11, 2024
1 parent 0a7cb63 commit bf6c504
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/flutter-drive-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Flutter drive Android
on: push
jobs:
drive_android:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
matrix:
api-level: [21, 29, 31]
Expand All @@ -13,6 +13,11 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: stable
- 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 Flutter Driver basic tests
uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down

0 comments on commit bf6c504

Please sign in to comment.