aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-11-21 23:26:19 +0100
committerGitHub <noreply@github.com>2016-11-21 23:26:19 +0100
commit27868770135e9a4c18360661126aa4bedba6f612 (patch)
treee83394557b7fc1a4ed16d9650be1615bc989d1e4 /.drone.yml
parent1e06d0bb47a3751865205fdcad4201b76ddf5df7 (diff)
parent951f7f5eaf41f72d3e0bee01cd1f48b79ef964f3 (diff)
downloadnextcloud-server-27868770135e9a4c18360661126aa4bedba6f612.tar.gz
nextcloud-server-27868770135e9a4c18360661126aa4bedba6f612.zip
Merge pull request #2215 from nextcloud/add-setup-page-integration-test
Add integration test for web based installer
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml9
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