Run Test units

This commit is contained in:
MiltonPM
2019-06-14 10:23:58 -04:00
parent 4184b473d2
commit 456fc0cb75

View File

@@ -19,7 +19,7 @@ jobs:
command: |
set -e
mkdir coverage
vendor/phpunit/phpunit/phpunit --coverage-text=coverage/result.php tests/unit/workflow/engine/src/ProcessMaker/Model/DelegationTest.php
vendor/phpunit/phpunit/phpunit --coverage-text=coverage/result.txt tests/unit/
- run: ls -la coverage
- run: mysql -u root -ppassword -e "use test; show tables;"
- store_artifacts: