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:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-10 17:25:51 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-16 10:50:24 +0300
commitb2389d0f017ce0f5afbe34af15b878b30880432c (patch)
treefced334cdbfe44596b943a3504f739dd6fca97ef /.drone.yml
parent6b1452bd7b280f812d340317d20948ad473ba390 (diff)
Add feature to drone
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 48882fe0d8e..bd775ad91b6 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