Run Test units
This commit is contained in:
@@ -8,12 +8,11 @@ jobs:
|
||||
only:
|
||||
# Only executed circleci for this branch
|
||||
- /KR.*/
|
||||
steps:
|
||||
#- run: yum install -y git
|
||||
|
||||
steps:
|
||||
- run: ls -la /etc/init.d/
|
||||
- run: service mysqld status
|
||||
- checkout
|
||||
- run: mysql -u root -ppassword -e "create database test;"
|
||||
- run: vendor/phpunit/phpunit/phpunit --coverage-html ./coverage tests/unit/workflow/engine/src/ProcessMaker/Model/DelegationTest.php
|
||||
- run: ls -la
|
||||
- run: ls -la coverage
|
||||
|
||||
Reference in New Issue
Block a user