Skip to content

Commit

Permalink
Trying different api
Browse files Browse the repository at this point in the history
  • Loading branch information
cimigree committed Jul 18, 2024
1 parent b172298 commit 2f66c38
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/maestro-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ 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 @@ -48,12 +39,11 @@ jobs:
- name: Set up Android Emulator
uses: ReactiveCircus/android-emulator-runner@v2
with:
api-level: 33
api-level: 31
ndk: 25.1.8937393
target: google_apis
target: google_apis or playstore
arch: arm64-v8a
avd-name: test
force-avd-creation: true
force-avd-creation: false
profile: pixel_4
cores: 2
disk-size: 6000M
Expand All @@ -66,6 +56,7 @@ jobs:
echo "Running pre emulator launch script. Printing the working directory now:"
pwd
script: |
sdkmanager "emulator"
echo "Waiting for the emulator to boot up..."
adb wait-for-device
until adb shell getprop sys.boot_completed | grep -m 1 '1'; do echo "Waiting for device to boot..."; sleep 10; done
Expand Down

0 comments on commit 2f66c38

Please sign in to comment.