From 6ee5469a038c46d116a16f280c9de6b19526c939 Mon Sep 17 00:00:00 2001 From: Daniel Calviño Sánchez Date: Tue, 6 Feb 2018 14:50:15 +0100 Subject: Add integration tests for downloading basic zip files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.drone.yml') 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 -- cgit v1.2.3