Skip to content

Commit 3ffbf51

Browse files
committed
Install app-debug as well
1 parent a443a64 commit 3ffbf51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
shell: bash
7171
run: |
7272
set -eux
73+
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/llm_demo/app-debug.apk
7374
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/llm_demo/app-debug-androidTest.apk
7475
# TODO: Either export, or use persistent storage
7576
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/11395155337/artifacts/stories110M_xnnpack/model.zip

build/run_android_emulator.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ $ADB_PATH wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; d
1818
echo "List all running emulators"
1919
$ADB_PATH devices
2020

21-
# TODO: Run tests on emulator here, atm the script only boots up the emulator
22-
# and exits without doing anything yet
21+
adb install -t app-debug.apk
2322
adb install -t app-debug-androidTest.apk
2423

2524
adb shell mkdir -p /data/local/tmp/llama

0 commit comments

Comments
 (0)