diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-10-28 19:48:27 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-10-29 08:40:05 +0100 |
commit | 95dc2ad13c4a7aaf2d5f49208c1ca2fba3a2dcc6 (patch) | |
tree | b76c3d6780cad396ab08e5c1b74b58ccd4c257f9 /.drone.yml | |
parent | 8c7432fa6df6df59464cace05195df3523a8d5e2 (diff) | |
download | nextcloud-server-95dc2ad13c4a7aaf2d5f49208c1ca2fba3a2dcc6.tar.gz nextcloud-server-95dc2ad13c4a7aaf2d5f49208c1ca2fba3a2dcc6.zip |
Extract acceptance tests for tags to their own feature file
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 2ceccc4de9a..98576332c9d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -703,6 +703,13 @@ pipeline: when: matrix: TESTS-ACCEPTANCE: app-files + acceptance-app-files-tags: + image: nextcloudci/acceptance-php7.1:acceptance-php7.1-2 + commands: + - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-files-tags --selenium-server selenium:4444 allow-git-repository-modifications features/app-files-tags.feature + when: + matrix: + TESTS-ACCEPTANCE: app-files-tags acceptance-app-theming: image: nextcloudci/acceptance-php7.1:acceptance-php7.1-2 commands: @@ -951,6 +958,8 @@ matrix: - TESTS: acceptance TESTS-ACCEPTANCE: app-files - TESTS: acceptance + TESTS-ACCEPTANCE: app-files-tags + - TESTS: acceptance TESTS-ACCEPTANCE: app-theming - TESTS: acceptance TESTS-ACCEPTANCE: header |