diff options
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 896d385ca33..c6f35114a25 100644 --- a/.drone.yml +++ b/.drone.yml @@ -570,6 +570,13 @@ pipeline: when: matrix: TESTS-ACCEPTANCE: app-theming + acceptance-header: + image: nextcloudci/integration-php7.0:integration-php7.0-6 + commands: + - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-header --selenium-server selenium:4444 allow-git-repository-modifications features/header.feature + when: + matrix: + TESTS-ACCEPTANCE: header acceptance-login: image: nextcloudci/integration-php7.0:integration-php7.0-6 commands: @@ -740,6 +747,8 @@ matrix: - TESTS: acceptance TESTS-ACCEPTANCE: app-theming - TESTS: acceptance + TESTS-ACCEPTANCE: header + - TESTS: acceptance TESTS-ACCEPTANCE: login - TESTS: jsunit - TESTS: syntax-php7.0 |