Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nhachicha committed Jul 11, 2024
1 parent cf368c2 commit 50fb488
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1155,12 +1155,32 @@ jobs:
echo yes | sdkmanager --licenses
shell: bash

- name: Create AVD image
# - name: Create AVD image
# env:
# ANDROID_AVD_HOME: "/home/runner/.config/.android/avd"
# run: |
# echo no | avdmanager create avd --force -n test --abi 'arm64-v8a' --package 'system-images;android-VanillaIceCream;google_apis_ps16k;arm64-v8a'
# shell: bash

- name: Run Integration Tests
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
ANDROID_AVD_HOME: "/home/runner/.config/.android/avd"
run: |
echo no | avdmanager create avd --force -n test --abi 'arm64-v8a' --package 'system-images;android-VanillaIceCream;google_apis_ps16k;arm64-v8a'
shell: bash
uses: nhachicha/android-emulator-runner@main
with:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
api-level: VanillaIceCream
target: google_apis_ps16k
arch: arm64-v8a
disk-size: 4096M
ram-size: 4096M
heap-size: 1024M
channel: canary
script: |
adb shell cat /proc/meminfo
adb logcat -c
adb logcat > logcat.txt &
- name: Setup tmate session
env:
Expand Down

0 comments on commit 50fb488

Please sign in to comment.