wordpress-activitypub-event.../.woodpecker/test.yml

22 lines
548 B
YAML
Raw Normal View History

2024-09-20 21:50:15 +02:00
when:
- event: push
branch: woodpecker
steps:
- name: build
image: wordpressdevelop/phpunit
commands:
2024-09-20 21:54:21 +02:00
- apt-get clean
- apt-get -yqq update
2024-09-20 22:02:56 +02:00
- apt-get -yqqf install zip unzip subversion
2024-09-20 22:04:08 +02:00
- docker-php-ext-enable mbstring mysqli intl gd zip bz2
2024-09-20 21:54:21 +02:00
- bash bin/install-wp-tests.sh wordpress_tests root mysql mysql latest true
- phpunit --configuration phpunit.xml.dist
2024-09-20 21:57:51 +02:00
services:
- name: database
image: mysql
environment:
2024-09-20 21:58:50 +02:00
MYSQL_DATABASE: wordpress_tests
MYSQL_ROOT_PASSWORD: mysql