issue #376 - Install phpunit dependencies before runs the tests

This commit is contained in:
smoqadam
2020-12-19 20:18:12 +08:00
parent b7d1d9c9a9
commit 81964ae791
3 changed files with 6 additions and 3 deletions

View File

@ -34,5 +34,6 @@ jobs:
run: |
composer require symfony/orm-pack
composer install --no-progress --prefer-dist --optimize-autoloader
php bin/phpunit install
- name: Run Tests
run: php bin/phpunit --coverage-text
run: php bin/phpunit --coverage-text