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-03-08 18:33:33 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-03-09 16:33:22 +0300
commit3d99a9d24ee710e7bac2fc1a4466aeefe915685a (patch)
treeb07cf9552af2e21b27ae67743fbe5e02db42db33 /.drone.yml
parent1cc7db32cd4ef24863f359ac631f810dedb5160b (diff)
Header acceptance features
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 896d385ca33..c6f35114a25 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -570,6 +570,13 @@ pipeline:
when:
matrix:
TESTS-ACCEPTANCE: app-theming
+ acceptance-header:
+ image: nextcloudci/integration-php7.0:integration-php7.0-6
+ commands:
+ - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-header --selenium-server selenium:4444 allow-git-repository-modifications features/header.feature
+ when:
+ matrix:
+ TESTS-ACCEPTANCE: header
acceptance-login:
image: nextcloudci/integration-php7.0:integration-php7.0-6
commands:
@@ -740,6 +747,8 @@ matrix:
- TESTS: acceptance
TESTS-ACCEPTANCE: app-theming
- TESTS: acceptance
+ TESTS-ACCEPTANCE: header
+ - TESTS: acceptance
TESTS-ACCEPTANCE: login
- TESTS: jsunit
- TESTS: syntax-php7.0