You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we allow overriding just one environment variable?
I believe this used to work as my tests recently started failing. I tried switching to the new overrides syntax and got tripped up for awhile with support. Eventually I removed the variable and everything started working again.
Feature request description
Can we allow overriding just one environment variable?
I believe this used to work as my tests recently started failing. I tried switching to the new overrides syntax and got tripped up for awhile with support. Eventually I removed the variable and everything started working again.
https://github.com/DataDog/datadog-ci/blob/master/src/commands/synthetics/run-tests-command.ts#L330-L336
Solution
Have this not override all the other variables from the config file.
or maybe allow some ability to pass the env var in
Additional context
No response
Command
synthetics
The text was updated successfully, but these errors were encountered: