diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-04-22 18:20:32 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-04-24 11:33:07 +0200 |
commit | 316710bcb1b612f7c8d114ba8a05c501fab7ba55 (patch) | |
tree | 3f023c318d3b393c5087cf12b824248806dafe3f /.drone.yml | |
parent | 13c84f66294034fe17f806d3db6ddc770c8158e9 (diff) | |
download | nextcloud-server-316710bcb1b612f7c8d114ba8a05c501fab7ba55.tar.gz nextcloud-server-316710bcb1b612f7c8d114ba8a05c501fab7ba55.zip |
Add acceptance tests for sharing password protected links
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 9b6a01bd4f0..4f2e14820de 100644 --- a/.drone.yml +++ b/.drone.yml @@ -485,6 +485,13 @@ pipeline: when: matrix: TESTS-ACCEPTANCE: access-levels + acceptance-app-files: + image: nextcloudci/php7.0:php7.0-7 + commands: + - tests/acceptance/run-local.sh allow-git-repository-modifications features/app-files.feature + when: + matrix: + TESTS-ACCEPTANCE: app-files acceptance-login: image: nextcloudci/php7.0:php7.0-7 commands: @@ -568,6 +575,8 @@ matrix: - TESTS: acceptance TESTS-ACCEPTANCE: access-levels - TESTS: acceptance + TESTS-ACCEPTANCE: app-files + - TESTS: acceptance TESTS-ACCEPTANCE: login - TESTS: jsunit - TESTS: check-autoloader |