Open
Description
Please try to fill out as much of the information below as you can. Thank you!
- Yes, I've searched similar issues on GitHub and didn't find any.
Which version contains the bug?
No response
Describe the bug
Molecule tests have a reference to environment variables. Example
However, the environments are only defined within the GitHub workflow. If you try to run local molecule tests (molecule test -s <scenario>
), they fail due to the missing environments.
So you will always have to run the whole pipeline local.
How to recreate the bug?
No response