mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-13 15:54:59 +01: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
|
name: tests
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: tests
|
- name: all
|
||||||
image: nextcloudci/android:android-49
|
image: nextcloudci/android:android-49
|
||||||
privileged: true
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
- emulator-headless -avd android-27 -no-snapshot -gpu swiftshader_indirect -no-window -no-audio -skin 500x833 &
|
- emulator-headless -avd android-27 -no-snapshot -gpu swiftshader_indirect -no-window -no-audio -skin 500x833 &
|
||||||
- scripts/wait_for_emulator.sh
|
- scripts/wait_for_emulator.sh
|
||||||
- ./gradlew --console=plain connectedGplayDebugAndroidTest
|
- ./gradlew --console=plain testGplayDebugUnitTest connectedGplayDebugAndroidTest
|
||||||
|
|
||||||
|
|
||||||
#services:
|
#services:
|
||||||
# - name: server
|
# - name: server
|
||||||
|
Loading…
Reference in New Issue
Block a user