test
Some checks failed
/ test (push) Successful in 0s
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
André Menrath 2024-09-20 22:45:14 +02:00
parent d4b3a380d9
commit 02d7631685

View file

@ -8,7 +8,8 @@ steps:
environment: environment:
WP_TESTS_PHPUNIT_POLYFILLS_PATH: vendor/yoast/phpunit-polyfills WP_TESTS_PHPUNIT_POLYFILLS_PATH: vendor/yoast/phpunit-polyfills
commands: commands:
- docker-php-ext-enable mysqli pdo_mysql intl gd zip - docker-php-ext-install mbstring mysqli pdo_mysql intl gd zip bz2
- docker-php-ext-enable mbstring mysqli pdo_mysql intl gd zip bz2
- composer require --dev yoast/phpunit-polyfills:"^3.0" - composer require --dev yoast/phpunit-polyfills:"^3.0"
- composer install - composer install
- 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