Enable testing app in CI step

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/4336/head
Lukas Reschke 7 years ago
parent 54930ac926
commit 3d425ce833
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1

@ -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:

Loading…
Cancel
Save