Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-04-12 23:19:45 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-04-13 13:00:18 +0300
commit3d425ce833a995908faecf8f2ce052a266dd416b (patch)
tree4ae2787ab1a8bb693397de11cb4a0b1e7bf105a8 /.drone.yml
parent54930ac9260e95bdd45b950080a212d53f36ae36 (diff)
Enable testing app in CI step
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 390dcbb2e08..2d4134957ad 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -283,6 +283,7 @@ pipeline:
- ./occ maintenance:install --admin-pass=admin
- ./occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.local
- ./occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.distributed
+ - ./occ app:enable testing
- cd build/integration
- ./run.sh features/ratelimiting.feature
when: