test
Some checks failed
/ test (push) Waiting to run
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
André Menrath 2024-09-20 22:02:56 +02:00
parent e0d48c9325
commit dff69a9f15

View file

@ -8,7 +8,7 @@ steps:
commands: commands:
- apt-get clean - apt-get clean
- apt-get -yqq update - 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 - 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 - bash bin/install-wp-tests.sh wordpress_tests root mysql mysql latest true
- phpunit --configuration phpunit.xml.dist - phpunit --configuration phpunit.xml.dist