Run Test units
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
command: |
|
||||
set -e
|
||||
mkdir coverage
|
||||
vendor/phpunit/phpunit/phpunit --coverage-php coverage/result.php tests/unit/workflow/engine/src/ProcessMaker/Model/DelegationTest.php
|
||||
vendor/phpunit/phpunit/phpunit --coverage-text=coverage/result.php tests/unit/workflow/engine/src/ProcessMaker/Model/DelegationTest.php
|
||||
- run: ls -la coverage
|
||||
- run: mysql -u root -ppassword -e "use test; show tables;"
|
||||
- store_artifacts:
|
||||
|
||||
Reference in New Issue
Block a user