wordpress-activitypub-event.../.woodpecker/test.yml
André Menrath 6422fe8a63
Some checks failed
ci/woodpecker/push/test Pipeline failed
/ test (push) Successful in 0s
test
2024-09-20 22:41:45 +02:00

23 lines
No EOL
621 B
YAML

when:
- event: push
branch: woodpecker
steps:
- name: build
image: php:8.3
environment:
WP_TESTS_PHPUNIT_POLYFILLS_PATH: vendor/yoast/phpunit-polyfills
commands:
- docker-php-ext-enable mbstring mcrypt mysqli pdo_mysql intl gd zip bz2
- composer require --dev yoast/phpunit-polyfills:"^3.0"
- composer install
- bash bin/install-wp-tests.sh wordpress_tests root mysql mysql latest true
- phpunit --configuration phpunit.xml.dist
services:
- name: database
image: mysql
environment:
MYSQL_DATABASE: wordpress_tests
MYSQL_ROOT_PASSWORD: mysql