Improve symfony example workflows

This commit is contained in:
Shivam Mathur
2020-12-19 18:41:33 +05:30
parent 862f206cd2
commit 1f94ad201f
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-
- name: Install Composer dependencies
run: |
composer require symfony/orm-pack
composer require --dev symfony/phpunit-bridge
composer install --no-progress --prefer-dist --optimize-autoloader
php bin/phpunit install
- name: Run Tests