Skip to content

Commit cbdd30a

Browse files
committed
Pre-built test APKs, not just compile Kotlin code
1 parent 124d185 commit cbdd30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_1.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
cache-read-only: ${{ env.MAIN_BRANCH != 'true' }}
9090
- name: Pre build sources before launching emulator
91-
run: ./gradlew compileDebugAndroidTestSources
91+
run: ./gradlew assembleAndroidTest
9292
- name: Enable KVM
9393
run: |
9494
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules

0 commit comments

Comments
 (0)