File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ $ADB_PATH wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; d
1818echo " 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
2322adb install -t app-debug-androidTest.apk
2423
2524adb shell mkdir -p /data/local/tmp/llama
You can’t perform that action at this time.
0 commit comments