Prior to this change the tests would fail because they used the wrong module name when attempting to start the repo. If you take a look in lib/example/repo.ex you can confirm that the correct repo module is Example.Repo not DistilleryAwsExample.Repo. By the way, thanks for this great reference repo, really helped me get me deploying with CodePipeline.
Prior to this change the tests would fail because they used the wrong module name when attempting to start the repo. If you take a look in
lib/example/repo.ex
you can confirm that the correct repo module isExample.Repo
notDistilleryAwsExample.Repo
. By the way, thanks for this great reference repo, really helped me get me deploying with CodePipeline.