Run Test units
This commit is contained in:
@@ -10,9 +10,10 @@ jobs:
|
|||||||
- /KR.*/
|
- /KR.*/
|
||||||
steps:
|
steps:
|
||||||
#- run: yum install -y git
|
#- run: yum install -y git
|
||||||
|
|
||||||
|
- run: servide mysql status
|
||||||
|
- run: servide mysqld status
|
||||||
- checkout
|
- checkout
|
||||||
- run: sudo servide mysql status
|
|
||||||
- run: sudo servide mysqld status
|
|
||||||
- run: mysql -u root -ppassword -e "create database test;"
|
- 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: vendor/phpunit/phpunit/phpunit --coverage-html ./coverage tests/unit/workflow/engine/src/ProcessMaker/Model/DelegationTest.php
|
||||||
- run: ls -la
|
- run: ls -la
|
||||||
|
|||||||
Reference in New Issue
Block a user