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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-08-10 15:23:03 +0300
committerGitHub <noreply@github.com>2017-08-10 15:23:03 +0300
commitca121b75612f5da37d6e107c218ee22703c0beff (patch)
treef8120669382667842d8b4a1043e55374e1839c84 /.drone.yml
parentcc0c430d2557b3ecf5d6062c6834a179cf2fd28e (diff)
parentb16ce1b4babd9cd59d5797eafe31f4c96fb8149b (diff)
Merge pull request #5981 from nextcloud/fix-preview-of-theming
Fix preview of theming
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 86f18ab59e4..70af6440b2a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -564,6 +564,13 @@ pipeline:
when:
matrix:
TESTS-ACCEPTANCE: app-files
+ acceptance-app-theming:
+ image: nextcloudci/integration-php7.0:integration-php7.0-4
+ commands:
+ - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-theming --selenium-server selenium:4444 allow-git-repository-modifications features/app-theming.feature
+ when:
+ matrix:
+ TESTS-ACCEPTANCE: app-theming
acceptance-login:
image: nextcloudci/integration-php7.0:integration-php7.0-4
commands:
@@ -719,6 +726,8 @@ matrix:
- TESTS: acceptance
TESTS-ACCEPTANCE: app-files
- TESTS: acceptance
+ TESTS-ACCEPTANCE: app-theming
+ - TESTS: acceptance
TESTS-ACCEPTANCE: login
- TESTS: jsunit
- TESTS: syntax-php5.6