From 3d425ce833a995908faecf8f2ce052a266dd416b Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Wed, 12 Apr 2017 22:19:45 +0200 Subject: [PATCH] Enable testing app in CI step Signed-off-by: Lukas Reschke --- .drone.yml | 1 + 1 file changed, 1 insertion(+) 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: