mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-31 10:47:27 +07:00
issue #376 - Install phpunit dependencies before runs the tests
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user