Skip to content

Commit

Permalink
Add varnish flush after fixtures load
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreGauthier committed Jun 21, 2024
1 parent e74b759 commit 3008b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ fixtures_load: ## Load fixtures (Delete DB and Elasticsearch data)
@$(SYMFONY) list gally --raw | grep gally:vector-search:upload-model && $(SYMFONY) gally:vector-search:upload-model || true
@$(SYMFONY) hautelook:fixtures:load
@$(SYMFONY) doctrine:fixtures:load --append #Append argument used because the database is already reset by the previous command
@$(MAKE) varnish_flush

fixtures_append: ## Append fixtures
@$(SYMFONY) hautelook:fixtures:load --append
Expand Down

0 comments on commit 3008b06

Please sign in to comment.