From dff69a9f15ff172eb7d8150624cacc4505983f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Fri, 20 Sep 2024 22:02:56 +0200 Subject: [PATCH] test --- .woodpecker/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 2ff579f..69ab31a 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -8,7 +8,7 @@ steps: commands: - apt-get clean - apt-get -yqq update - - apt-get -yqqf install zip unzip subversion mysql-client libmysqlclient-dev --fix-missing + - apt-get -yqqf install zip unzip subversion - docker-php-ext-enable mbstring mcrypt mysqli pdo_mysql intl gd zip bz2 - bash bin/install-wp-tests.sh wordpress_tests root mysql mysql latest true - phpunit --configuration phpunit.xml.dist