Run Test units
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
command: |
|
||||
set -e
|
||||
mkdir coverage
|
||||
vendor/phpunit/phpunit/phpunit --coverage-text=coverage/result.txt --coverage-html coverage tests/unit/
|
||||
vendor/phpunit/phpunit/phpunit --coverage-text=coverage/result.txt --coverage-html coverage tests/unit/workflow/engine/src/ProcessMaker/Model/DelegationTest.php
|
||||
- store_artifacts:
|
||||
path: coverage
|
||||
destination: coverage
|
||||
|
||||
Reference in New Issue
Block a user