Skip to content

Commit

Permalink
Gathers information. Removes KVM
Browse files Browse the repository at this point in the history
  • Loading branch information
cimigree committed Jul 18, 2024
1 parent c0da513 commit b172298
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/maestro-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Collect information about runner
run: |
lscpu
hostname
uname -a
free -mh
df -h
cat /proc/cpuinfo
- name: Set up environment variables
run: |
mkdir -p $HOME/lib/android-sdk
Expand All @@ -36,16 +45,10 @@ jobs:
- name: Install Maestro
run: curl -Ls 'https://get.maestro.mobile.dev' | bash

- 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: Set up Android Emulator
uses: ReactiveCircus/android-emulator-runner@v2
with:
api-level: 34
api-level: 33
ndk: 25.1.8937393
target: google_apis
arch: arm64-v8a
Expand Down

0 comments on commit b172298

Please sign in to comment.