mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-18 05:01:28 +00:00
Execute unit tests in pipelien tests
Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
parent
2206dfab65
commit
68ff7e1b1c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user