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

23 lines
569 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:32 +02:00
- docker-php-ext-enable mbstring mysqli intl gd zip
2024-09-20 21:54:21 +02:00
- bash bin/install-wp-tests.sh wordpress_tests root mysql mysql latest true
2024-09-20 22:08:20 +02:00
- composer install
2024-09-20 21:54:21 +02:00
- 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