Execute unit tests in pipelien tests

Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
Tim Krüger 2021-12-08 12:47:51 +01:00
parent 2206dfab65
commit 68ff7e1b1c
No known key found for this signature in database
GPG Key ID: FECE3A7222C52A4E

View File

@ -39,14 +39,13 @@ type: docker
name: tests
steps:
- name: tests
- name: all
image: nextcloudci/android:android-49
privileged: true
commands:
- emulator-headless -avd android-27 -no-snapshot -gpu swiftshader_indirect -no-window -no-audio -skin 500x833 &
- scripts/wait_for_emulator.sh
- ./gradlew --console=plain connectedGplayDebugAndroidTest
- ./gradlew --console=plain testGplayDebugUnitTest connectedGplayDebugAndroidTest
#services:
# - name: server