diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-02-06 14:50:15 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-04-06 15:59:31 +0200 |
commit | 6ee5469a038c46d116a16f280c9de6b19526c939 (patch) | |
tree | f8a2e8063799ffed2cba5d339465c5e409f4b8fa /.drone.yml | |
parent | 5a7986c25d45678f6e7aa1aed707721e77c46f65 (diff) | |
download | nextcloud-server-6ee5469a038c46d116a16f280c9de6b19526c939.tar.gz nextcloud-server-6ee5469a038c46d116a16f280c9de6b19526c939.zip |
Add integration tests for downloading basic zip files
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index c6f35114a25..b0f2664a01c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -542,6 +542,15 @@ pipeline: when: matrix: TESTS: integration-remote-api + integration-download: + image: nextcloudci/integration-php7.0:integration-php7.0-6 + commands: + - ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int + - cd build/integration + - ./run.sh features/download.feature + when: + matrix: + TESTS: integration-download acceptance-access-levels: image: nextcloudci/integration-php7.0:integration-php7.0-6 commands: @@ -738,6 +747,7 @@ matrix: - TESTS: integration-ldap-features - TESTS: integration-trashbin - TESTS: integration-remote-api + - TESTS: integration-download - TESTS: acceptance TESTS-ACCEPTANCE: access-levels - TESTS: acceptance |