Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
As per the docs for the emulator step.
  • Loading branch information
jaydeetay committed May 3, 2024
1 parent e97e9fe commit 41f58e9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,18 @@ jobs:
uses: asadmansr/[email protected]
if: ${{ always() }} # IMPORTANT: run Android Test Report regardless
connected_test:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
matrix:
api-level: [ 29 ]
target: [ playstore ]
steps:
- name: Enable KVM
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: checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 41f58e9

Please sign in to comment.