Skip to content

Commit 2bdf065

Browse files
committed
Test
1 parent 57c5547 commit 2bdf065

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_android.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
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:

scripts/run_android_emulator.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ adb uninstall org.pytorch.executorch.test || true
2222
adb install -t android-test-debug-androidTest.apk
2323

2424
adb 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
2627
adb logcat -d > logcat.txt
2728
cat logcat.txt
2829
grep -q FAILURES result.txt && cat result.txt

0 commit comments

Comments
 (0)