-
Notifications
You must be signed in to change notification settings - Fork 315
Open
Description
In order to be able to use Heroku CI properly, I had to do the following:
- Make use of the erl in ci:debug #131 fork because erlang was not properly getting installed
- Set
MIX_ENVproperly in myapp.jsonlike below
"environments": {
"test": {
"env": {
"MIX_ENV": "test"
}
}
}
I'm happy to issue a PR to make #2 unnecessary if you can point me to where to make the change. The error I got was not obvious so it took me a while to realize MIX_ENV was set to prod instead of test.
Metadata
Metadata
Assignees
Labels
No labels