From e2c4a174f2f19761a30125bb35b348258d4c118f Mon Sep 17 00:00:00 2001 From: Daniel Calviño Sánchez Date: Sun, 31 Jan 2021 23:10:55 +0100 Subject: Add integration tests for searching users in contacts menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- .drone.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index d2059b766b5..4a2df572dac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1164,6 +1164,31 @@ trigger: - pull_request - push +--- +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 -- cgit v1.2.3