diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-04-12 22:19:45 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-04-13 12:00:18 +0200 |
commit | 3d425ce833a995908faecf8f2ce052a266dd416b (patch) | |
tree | 4ae2787ab1a8bb693397de11cb4a0b1e7bf105a8 /.drone.yml | |
parent | 54930ac9260e95bdd45b950080a212d53f36ae36 (diff) | |
download | nextcloud-server-3d425ce833a995908faecf8f2ce052a266dd416b.tar.gz nextcloud-server-3d425ce833a995908faecf8f2ce052a266dd416b.zip |
Enable testing app in CI step
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
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: |