Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2021-02-01 01:10:55 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2021-04-23 17:53:57 +0300
commit4e05a486a30d03fd6d44b0911f1c526d53438452 (patch)
tree303c4181e5c9deca23a7668bc76ce04e37b23bcb /.drone.yml
parent67b49edac47eaabd81d672246879ae7c2fcdcb39 (diff)
Add integration tests for searching users in contacts menu
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index feebf14f292..ee6c5144694 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1157,6 +1157,31 @@ trigger:
---
kind: pipeline
+name: integration-contacts-menu
+
+steps:
+- name: submodules
+ image: docker:git
+ commands:
+ - git submodule update --init
+- name: integration-contacts-menu
+ image: nextcloudci/integration-php7.3:integration-php7.3-2
+ commands:
+ - bash tests/drone-run-integration-tests.sh || exit 0
+ - ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
+ - cd build/integration
+ - ./run.sh features/contacts-menu.feature
+
+trigger:
+ branch:
+ - master
+ - stable*
+ event:
+ - pull_request
+ - push
+
+---
+kind: pipeline
name: integration-favorites
steps: