From 3d99a9d24ee710e7bac2fc1a4466aeefe915685a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 8 Mar 2018 16:33:33 +0100 Subject: Header acceptance features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.drone.yml') 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: @@ -739,6 +746,8 @@ matrix: TESTS-ACCEPTANCE: app-files - TESTS: acceptance TESTS-ACCEPTANCE: app-theming + - TESTS: acceptance + TESTS-ACCEPTANCE: header - TESTS: acceptance TESTS-ACCEPTANCE: login - TESTS: jsunit -- cgit v1.2.3