From 14a47a1c8c7266833cb63702643b62bc23544126 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 30 Oct 2020 13:35:42 +0100 Subject: [PATCH] Add script to old versions Signed-off-by: Morris Jobke --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index e3e193e61f..21084be6df 100644 --- a/.drone.yml +++ b/.drone.yml @@ -272,6 +272,7 @@ steps: - name: nodb-php7.2 image: nextcloudci/php7.2:php7.2-13 commands: + - bash tests/drone-run-php-tests.sh || exit 0 - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite - name: nodb-php7.3 image: nextcloudci/php7.3:php7.3-4 @@ -308,6 +309,7 @@ steps: - name: sqlite-php7.2 image: nextcloudci/php7.2:php7.2-13 commands: + - bash tests/drone-run-php-tests.sh || exit 0 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite - name: sqlite-php7.3 image: nextcloudci/php7.3:php7.3-4