diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 98576332c9d..3600c9cde30 100644 --- a/.drone.yml +++ b/.drone.yml @@ -703,6 +703,20 @@ pipeline: when: matrix: TESTS-ACCEPTANCE: app-files + acceptance-app-files-sharing: + image: nextcloudci/acceptance-php7.1:acceptance-php7.1-2 + commands: + - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-files-sharing --selenium-server selenium:4444 allow-git-repository-modifications features/app-files-sharing.feature + when: + matrix: + TESTS-ACCEPTANCE: app-files-sharing + acceptance-app-files-sharing-link: + image: nextcloudci/acceptance-php7.1:acceptance-php7.1-2 + commands: + - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-files-sharing-link --selenium-server selenium:4444 allow-git-repository-modifications features/app-files-sharing-link.feature + when: + matrix: + TESTS-ACCEPTANCE: app-files-sharing-link acceptance-app-files-tags: image: nextcloudci/acceptance-php7.1:acceptance-php7.1-2 commands: @@ -958,6 +972,10 @@ matrix: - TESTS: acceptance TESTS-ACCEPTANCE: app-files - TESTS: acceptance + TESTS-ACCEPTANCE: app-files-sharing + - TESTS: acceptance + TESTS-ACCEPTANCE: app-files-sharing-link + - TESTS: acceptance TESTS-ACCEPTANCE: app-files-tags - TESTS: acceptance TESTS-ACCEPTANCE: app-theming |