From b2389d0f017ce0f5afbe34af15b878b30880432c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 10 May 2018 16:25:51 +0200 Subject: [PATCH] Add feature to drone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone.yml b/.drone.yml index 48882fe0d8..bd775ad91b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -594,6 +594,13 @@ pipeline: when: matrix: TESTS-ACCEPTANCE: login + acceptance-users: + image: nextcloudci/acceptance-php7.1:acceptance-php7.1-2 + commands: + - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-users --selenium-server selenium:4444 allow-git-repository-modifications features/users.feature + when: + matrix: + TESTS-ACCEPTANCE: users nodb-codecov: image: nextcloudci/php7.0:php7.0-19 commands: @@ -761,6 +768,8 @@ matrix: TESTS-ACCEPTANCE: header - TESTS: acceptance TESTS-ACCEPTANCE: login + - TESTS: acceptance + TESTS-ACCEPTANCE: users - TESTS: jsunit - TESTS: syntax-php7.0 - TESTS: syntax-php7.1