Skip to content

Commit

Permalink
Don't drop db in test coz its not there in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Mar 4, 2024
1 parent 9ed87cd commit 641f841
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ defmodule Cldr.Trans.Mixfile do
defp aliases do
[
test: [
"ecto.create --quiet",
"ecto.
migrate --quiet",
"test"
],

test_local: [
"ecto.drop --quiet",
"ecto.create --quiet",
"ecto.migrate --quiet",
Expand Down

0 comments on commit 641f841

Please sign in to comment.