Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
elkuku committed Nov 17, 2023
1 parent 0ae08a1 commit 51cf904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ tests:
.PHONY: tests
citests: export APP_ENV=test
citests:
bin/console debug:dotenv
# bin/console doctrine:database:drop --force || true
bin/console doctrine:database:create -vvv
bin/console doctrine:database:create
bin/console doctrine:migrations:migrate -n
bin/console doctrine:fixtures:load -n
bin/phpunit --testdox
vendor/bin/phpstan
vendor/bin/rector process --dry-run
#tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --dry-run

0 comments on commit 51cf904

Please sign in to comment.