Skip to content

Commit c608db0

Browse files
committed
also run tests without a cache
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 25b8c55 commit c608db0

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

.drone.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,27 @@ steps:
7979
- php occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.local
8080
- php occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.distributed
8181
- php occ app:enable user_ldap
82-
- php occ app:enable testing
82+
- php occ app:enable $APP_NAME
83+
- cd apps/$APP_NAME
84+
- cd tests/integration
85+
- ./run.sh
86+
87+
---
88+
kind: pipeline
89+
name: integration-master-nocache
90+
steps:
91+
- name: integration
92+
image: nextcloudci/php7.1:php7.1-16
93+
environment:
94+
APP_NAME: ldap_write_support
95+
CORE_BRANCH: master
96+
DB: sqlite
97+
commands:
98+
# Pre-setup steps
99+
- wget https://github.com/nextcloud/travis_ci/master/before_install.sh
100+
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
101+
- cd ../server/
102+
- php occ app:enable user_ldap
83103
- php occ app:enable $APP_NAME
84104
- cd apps/$APP_NAME
85105
- cd tests/integration

0 commit comments

Comments
 (0)