Skip to content

Commit fafc510

Browse files
committed
More CI
Change-Id: I4ec5224cb5445b269e9d0cdc9e40876e3389d519
1 parent 6547231 commit fafc510

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,18 @@ jobs:
121121
- name: Grant execute permission for gradlew
122122
run: chmod +x gradlew
123123

124+
- name: Build
125+
run: ./gradlew assembleDebug assembleDebugAndroidTest
126+
124127
- name: Build projects and run instrumentation tests
125128
uses: reactivecircus/android-emulator-runner@v2
126129
with:
127130
api-level: ${{ matrix.api-level }}
128131
arch: x86_64
129132
disable-animations: true
130-
cores: 4
131133
disk-size: 6000M
132134
heap-size: 600M
133-
script: ./gradlew connectedDebugAndroidTest --info
135+
script: ./gradlew connectedDebugAndroidTest
134136

135137

136138
- name: Upload test reports

0 commit comments

Comments
 (0)