diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-02-15 16:25:11 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-02-16 12:24:34 +0100 |
commit | 38a03f319371d4599b0027feeded70c89a2fc4e2 (patch) | |
tree | 2d1ae7d539088294174037c6e8c33c61133e6c48 /.drone.yml | |
parent | de9865b9d9ed95cb8d4ba354f581babaf0c36555 (diff) | |
download | nextcloud-server-38a03f319371d4599b0027feeded70c89a2fc4e2.tar.gz nextcloud-server-38a03f319371d4599b0027feeded70c89a2fc4e2.zip |
Add acceptance tests for comments to Drone
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 63c9b191fc2..d05e2bcbe28 100644 --- a/.drone.yml +++ b/.drone.yml @@ -615,6 +615,13 @@ pipeline: when: matrix: TESTS-ACCEPTANCE: access-levels + acceptance-app-comments: + image: nextcloudci/integration-php7.0:integration-php7.0-6 + commands: + - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-comments --selenium-server selenium:4444 allow-git-repository-modifications features/app-comments.feature + when: + matrix: + TESTS-ACCEPTANCE: app-comments acceptance-app-files: image: nextcloudci/integration-php7.0:integration-php7.0-6 commands: @@ -814,6 +821,8 @@ matrix: - TESTS: acceptance TESTS-ACCEPTANCE: access-levels - TESTS: acceptance + TESTS-ACCEPTANCE: app-comments + - TESTS: acceptance TESTS-ACCEPTANCE: app-files - TESTS: acceptance TESTS-ACCEPTANCE: app-theming |