From a7361217e05ea0ace83c02c8d8e39c98b086d71b Mon Sep 17 00:00:00 2001 From: MiltonPM Date: Wed, 12 Jun 2019 14:59:37 -0400 Subject: [PATCH] Run test 2 --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ad5f8d502..a3f6f684e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,6 +11,8 @@ jobs: steps: #- run: yum install -y git - checkout + - run: sudo servide mysql status + - run: sudo servide mysqld status - 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