Skip to content

Commit 8002cc5

Browse files
test
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 5082b9c commit 8002cc5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/garm.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ jobs:
8181
done
8282
8383
- name: gplay
84-
env:
85-
SHOT_TEST: "true"
8684
uses: reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b # v2.35.0
8785
with:
8886
api-level: ${{ matrix.api-level }}

scripts/runTests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
scripts/wait_for_emulator.sh
99
adb logcat -c
1010
adb logcat > logcat.txt &
11+
./gradlew assembleDebug
1112
./gradlew jacocoTestDebugUnitTestReport
1213
./gradlew installDebugAndroidTest
1314
./gradlew createDebugCoverageReport

0 commit comments

Comments
 (0)