Enable testing app in CI step
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
54930ac926
commit
3d425ce833
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue