Closed
Description
When env variables are not passed into methods of IProcessService, we use the current process env variables.
However, these variables do not contain variables defined in the environment files.
E.g. issues such as #1338 cannot be resolved even if .env
file has been updated.
- Create tests
- Create tests to ensure existing code will also utilize these new variables (defined in
.env
files)