Skip to content

Commit

Permalink
just
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Nov 26, 2023
1 parent df62cda commit f699444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ test-federation-live-DRAGONS *args='':

# Create or reset the test DB
test-db-reset: init db-pre-migrations
{{ if WITH_DOCKER == "total" { "docker compose run -e MIX_ENV=test web mix ecto.reset" } else { "MIX_ENV=test mix ecto.reset" } }}
{{ if WITH_DOCKER == "total" { "docker compose run -e MIX_ENV=test web mix ecto.drop --force" } else { "MIX_ENV=test just mix ecto.drop --force" } }}


#### RELEASE RELATED COMMANDS (Docker-specific for now) ####
Expand Down

0 comments on commit f699444

Please sign in to comment.