test
This commit is contained in:
parent
49835b68dd
commit
08a57031fb
1 changed files with 1 additions and 2 deletions
|
@ -19,9 +19,8 @@ steps:
|
||||||
- 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
|
||||||
- ./vendor/bin/phpunit --configuration phpunit.xml.dist
|
- ./vendor/bin/phpunit --configuration phpunit.xml.dist
|
||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: database
|
- name: mysql
|
||||||
image: mysql
|
image: mysql
|
||||||
environment:
|
environment:
|
||||||
MYSQL_DATABASE: wordpress_tests
|
MYSQL_DATABASE: wordpress_tests
|
||||||
|
|
Loading…
Reference in a new issue