diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-06-09 11:37:41 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-06-09 11:37:41 +0200 |
commit | de66336f9c6cef3de5e298b48fdc3769bd307568 (patch) | |
tree | 1fce53f93e2aad5463763ead04adc153e25b1839 /.drone.yml | |
parent | 44c6d22b2222fa8f8107cef9718eefbb30434374 (diff) | |
download | nextcloud-server-de66336f9c6cef3de5e298b48fdc3769bd307568.tar.gz nextcloud-server-de66336f9c6cef3de5e298b48fdc3769bd307568.zip |
Add basic acceptance tests for apps management
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 5ad18cda8a5..26a72c9b43a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -615,6 +615,13 @@ pipeline: when: matrix: TESTS-ACCEPTANCE: users + acceptance-apps: + image: nextcloudci/acceptance-php7.1:acceptance-php7.1-2 + commands: + - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-apps --selenium-server selenium:4444 allow-git-repository-modifications features/apps.feature + when: + matrix: + TESTS-ACCEPTANCE: apps nodb-codecov: image: nextcloudci/php7.0:php7.0-19 commands: @@ -785,6 +792,8 @@ matrix: TESTS-ACCEPTANCE: login - TESTS: acceptance TESTS-ACCEPTANCE: users + - TESTS: acceptance + TESTS-ACCEPTANCE: apps - TESTS: jsunit - TESTS: syntax-php7.0 - TESTS: syntax-php7.1 |