Query regarding mix compile - asks for a file path 'Enter File Path'

I am making a CI pipeline to check build my code .
In my pipeline build step I have the command mix compile,
but that command always ask for a file path Enter File Path
and thus halts my build step. If I manually give it some value it never asks me again but for a new clone of the project it always asks me prompts me for a value.

What is this path for and is there a way to set it automatically
Thanks

A message like that isn’t coming directly from Elixir. Maybe it’s coming from one of your dependencies? What dependencies does your project use?

2 Likes