Skip to content

Commit

Permalink
test playwright #3036
Browse files Browse the repository at this point in the history
  • Loading branch information
emilschn committed Nov 6, 2024
1 parent e708e59 commit 4af7dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ test_e2e_ci_assets:
test_e2e_ci_dbinstall:
$(BIN_CONSOLE) doctrine:database:create --env=test --if-not-exists
$(BIN_CONSOLE) doctrine:migrations:migrate -n --all-or-nothing --env=test
$(BIN_CONSOLE) doctrine:fixtures:load --env=test -n --purge-with-truncate
$(BIN_CONSOLE) doctrine:fixtures:load --env=test -n

test_e2e_ci_test:
$(BIN_CONSOLE) doctrine:fixtures:load --env=test -n --purge-with-truncate
Expand Down

0 comments on commit 4af7dd5

Please sign in to comment.