Minor - GH action add no-interaction

pull/3904/head
Julio Montoya 5 years ago
parent 4cfc1e0671
commit a9332eec73
  1. 2
      .github/workflows/phpunit.yml

@ -51,7 +51,7 @@ jobs:
php bin/console --env=test cache:clear
php bin/console --env=test doctrine:database:create
php bin/console --env=test doctrine:schema:create
php bin/console --env=test doctrine:fixtures:load
php bin/console --env=test doctrine:fixtures:load --no-interaction
- name: Run PHPUnit tests
run: php bin/phpunit
Loading…
Cancel
Save