Vapor Trail

明るく楽しく元気よく

GitHub CI

circleci.com

 

Sample Configurationを .circleci/config.ymlに貼れば、とりあえず動く。

 

phpunitを実行する

# run tests!
#- run: phpunit
- run: vendor/phpunit/phpunit/phpunit tests/

src/tests内のユニットテストが実行される。

参考:https://nonsensej.xyz/articles/wp/1477