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 5959
6060 # Running Android emulator directly on the runner and not using Docker
6161 run-emulator :
62- needs : build-llm-demo
6362 # NB: Use metal install for KVM support to run the emulator faster
6463 runs-on : linux.24xl.spr-metal
6564 env :
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ adb uninstall org.pytorch.executorch.test || true
2222adb install -t android-test-debug-androidTest.apk
2323
2424adb logcat -c
25- adb shell am instrument -w -r -e class org.pytorch.executorch.ModuleInstrumentationTest > result.txt 2>&1
25+ adb shell am instrument -w -r \
26+ org.pytorch.executorch.test/androidx.test.runner.AndroidJUnitRunner > result.txt 2>&1
2627adb logcat -d > logcat.txt
2728cat logcat.txt
2829grep -q FAILURES result.txt && cat result.txt
You can’t perform that action at this time.
0 commit comments