diff --git a/.circleci/config.yml b/.circleci/config.yml index 47ca20f5c..abf4533b9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 \ No newline at end of file