diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-11-21 14:00:54 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-11-21 22:00:16 +0100 |
commit | 951f7f5eaf41f72d3e0bee01cd1f48b79ef964f3 (patch) | |
tree | cc1b791d5e0337cf0389540b19cdff33f123d483 /.drone.yml | |
parent | 3d9077ae3a29ab9f44ac581d7661cda0ef2d52a7 (diff) | |
download | nextcloud-server-951f7f5eaf41f72d3e0bee01cd1f48b79ef964f3.tar.gz nextcloud-server-951f7f5eaf41f72d3e0bee01cd1f48b79ef964f3.zip |
Add integration test for web based installer
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
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 d6b36097b96..3b56e54278b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -322,6 +322,14 @@ pipeline: when: matrix: TESTS: integration-sharees-features + integration-setup-features: + image: nextcloudci/integration-php7.0:integration-php7.0-2 + commands: + - cd build/integration + - ./run.sh setup_features/setup.feature + when: + matrix: + TESTS: integration-setup-features nodb-codecov: image: nextcloudci/php7.0:php7.0-6 commands: @@ -365,6 +373,7 @@ matrix: - TESTS: integration-provisioning-v2 - TESTS: integration-webdav-related - TESTS: integration-sharees-features + - TESTS: integration-setup-features - TESTS: jsunit - TESTS: check-autoloader - TESTS: app-check-code |