wordpress-activitypub-event.../.woodpecker/test.yml
André Menrath 23f1f3bd35
Some checks failed
/ test (push) Successful in 2s
ci/woodpecker/push/test Pipeline failed
test
2024-09-20 22:04:32 +02:00

22 lines
No EOL
544 B
YAML

when:
- event: push
branch: woodpecker
steps:
- name: build
image: wordpressdevelop/phpunit
commands:
- apt-get clean
- apt-get -yqq update
- apt-get -yqqf install zip unzip subversion
- docker-php-ext-enable mbstring mysqli intl gd zip
- 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