diff options
author | Robin Appelman <robin@icewind.nl> | 2017-09-27 17:46:24 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-12-08 16:34:33 +0100 |
commit | 74b5ce8fd4311f0d6f6a59e0636d343807b79d74 (patch) | |
tree | 30e2a3f407b94909080aaa7d536c9fe13d8cc731 /.drone.yml | |
parent | ac2c26ffcbe63e64156fc7e0b0be4e3466430dcf (diff) | |
download | nextcloud-server-74b5ce8fd4311f0d6f6a59e0636d343807b79d74.tar.gz nextcloud-server-74b5ce8fd4311f0d6f6a59e0636d343807b79d74.zip |
Some tests for the remote cloud api
Signed-off-by: Robin Appelman <robin@icewind.nl>
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 186969ccd06..986c03e20d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -599,6 +599,15 @@ pipeline: when: matrix: TESTS: integration-trashbin + integration-remote-api: + 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 remoteapi_features/remote.feature + when: + matrix: + TESTS: integration-remote-api acceptance-access-levels: image: nextcloudci/integration-php7.0:integration-php7.0-6 commands: @@ -801,6 +810,7 @@ matrix: - TESTS: integration-transfer-ownership-features - TESTS: integration-ldap-features - TESTS: integration-trashbin + - TESTS: integration-remote-api - TESTS: acceptance TESTS-ACCEPTANCE: access-levels - TESTS: acceptance |