You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.
I'm trying to contribute to the ecto 3 upgrade that @DiodonHystrix has started here. Are there any instructions on how to get the environment setup for development?
I've cloned the repo and when I run mix test it asks me to create the database. However there are no repositories defined in config/config.exs. Do I need to define one?
I also had a look at how the tests are running in CI and it looks like it uses mix coveralls.circle to run the tests, but again I don't see where the database is created?
Any help would be appreciated 🍻
The text was updated successfully, but these errors were encountered:
Howdy 👋
I'm trying to contribute to the ecto 3 upgrade that @DiodonHystrix has started here. Are there any instructions on how to get the environment setup for development?
I've cloned the repo and when I run
mix test
it asks me to create the database. However there are no repositories defined inconfig/config.exs
. Do I need to define one?I also had a look at how the tests are running in CI and it looks like it uses
mix coveralls.circle
to run the tests, but again I don't see where the database is created?Any help would be appreciated 🍻
The text was updated successfully, but these errors were encountered: