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>2018-07-25 18:46:52 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-07-25 19:53:45 +0300
commit1e16f7ecd9f6aa28af73545b4a53feeae2f8056d (patch)
tree76d1c21ecfc53ef68074807de690cdb09c085b2d /.drone.yml
parent8c7969e7301cb88dc6a94565ef8903c70117e750 (diff)
Add integration tests for searching files by comments
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 6173c155c2b..709079bac01 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -472,6 +472,15 @@ pipeline:
when:
matrix:
TESTS: integration-comments
+ integration-comments-search:
+ image: nextcloudci/integration-php7.0:integration-php7.0-8
+ commands:
+ - ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
+ - cd build/integration
+ - ./run.sh features/comments-search.feature
+ when:
+ matrix:
+ TESTS: integration-comments-search
integration-favorites:
image: nextcloudci/integration-php7.0:integration-php7.0-8
commands:
@@ -783,6 +792,7 @@ matrix:
- TESTS: integration-tags
- TESTS: integration-caldav
- TESTS: integration-comments
+ - TESTS: integration-comments-search
- TESTS: integration-favorites
- TESTS: integration-provisioning-v2
- TESTS: integration-webdav-related