Skip to content

Commit

Permalink
added --no-interaction on fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
leo_riger committed Jun 10, 2024
1 parent 355ccf2 commit ecfb790
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
-
name: Load fixtures
run: |
docker compose exec -T php bin/console doctrine:fixtures:load
docker compose exec -T php bin/console doctrine:fixtures:load --no-interaction
-
name: Run PHPUnit
run: docker compose exec -T php bin/phpunit
Expand Down
9 changes: 0 additions & 9 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ cc: c=c:c ## Clear the cache
cc: sf

fixtures: ## Loads fixtures
@$(PHP_CONT) bin/console doctrine:fixtures:load
@$(PHP_CONT) bin/console doctrine:fixtures:load --no-interaction

0 comments on commit ecfb790

Please sign in to comment.