Skip to content

Commit

Permalink
Single headless emulator - 55
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanx022 committed May 12, 2024
1 parent 841e774 commit e094f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kaan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
sudo apt-get install -y qemu-kvm
sudo adduser $USER kvm
sudo chmod 666 /dev/kvm
- name: Create and Start Emulators
run: |
sdkmanager --install "emulator" "system-images;android-30;google_apis;x86_64"
export PATH=$ANDROID_HOME/emulator:$PATH
for i in {1..4}
do
echo "no" | avdmanager create avd -n "testAVD$i" -k "system-images;android-30;google_apis;x86_64" --force
emulator -avd "testAVD$i" -no-audio -no-window -no-boot-anim &
nohup emulator -avd "testAVD$i" -no-audio -no-window -no-boot-anim &
done
sleep 30
adb wait-for-device
Expand Down

0 comments on commit e094f5f

Please sign in to comment.