Skip to content

Commit 6547231

Browse files
committed
Instr tests fail with no reason
Change-Id: I25bc9711014cffeab0645a7525b37dd23839f033
1 parent a520950 commit 6547231

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ jobs:
8383
path: '**/build/reports/lint-results-debug.html'
8484

8585
androidTest:
86-
name: "Instrumentation Tests (GMD)"
86+
name: "Instrumentation Tests (emulator)"
8787
runs-on: ubuntu-latest
8888
timeout-minutes: 60
8989
strategy:
9090
matrix:
91-
api-level: [26, 34]
91+
api-level: [26]
9292

9393
steps:
9494
- name: Delete unnecessary tools 🔧
@@ -130,7 +130,7 @@ jobs:
130130
cores: 4
131131
disk-size: 6000M
132132
heap-size: 600M
133-
script: ./gradlew connectedDebugAndroidTest --daemon
133+
script: ./gradlew connectedDebugAndroidTest --info
134134

135135

136136
- name: Upload test reports

0 commit comments

Comments
 (0)