Replies: 1 comment
-
|
add the environment file to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to load environment variables from my .env file, but I'm encountering issues. The only way it works is by hardcoding the variables in the env attribute within testbench.yaml.
However, I prefer not to hardcode the environment variables in that file. Is there a way to automatically load the environment variables from the .env file located in my package's workbench folder?
I've also attempted loading the variables through a service provider, but that approach didn't work either.
Beta Was this translation helpful? Give feedback.
All reactions