Skip to content

Commit 8b31b52

Browse files
committed
Install app-debug as well
1 parent 6ba4b46 commit 8b31b52

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
@@ -89,6 +89,7 @@ jobs:
8989
shell: bash
9090
run: |
9191
set -eux
92+
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/llm_demo/app-debug.apk
9293
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/llm_demo/app-debug-androidTest.apk
9394
# TODO: Either export, or use persistent storage
9495
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)