Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(scenarios): Fix the regex that locates variables to override #202

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

vmarcella
Copy link
Member

This PR updates the regex used to find exported variables in a scenario that have more complex declarations (I.E. variables that get values from sub-shells, variables that are defined on the same line as another, etc). This PR fixes #199 and tests have been added to ensure that this issue doesn't arise again.

…nclude more complex situations and add tests to make sure that it works.
@vmarcella vmarcella added this pull request to the merge queue Jun 13, 2024
Merged via the queue into main with commit a3f6cb8 Jun 13, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Environment variable overrides not working
2 participants