Closed tzaffi closed 2 years ago
The changes seem to work properly on my local machine! what is the problem with the
compile.feature
file?
@algochoi - I created issue #226 and commit to spending some time in the next couple of days trying to understand what is actually going on. Are you good on other fronts?
The sandbox is always defaulting to
release
and the generatedconfig.harness
isn't sticking because the verbose flag is provided in the wrong order.Additionally, after refactoring the SDK Sandboxization PR's to no longer overwrite
.env
, there is no way to pass through the verbosity, except by overwriting. The PR re-enables passing through by also readingVERBOSE_HARNESS
as a flag (either-v
or--verbose
).For more details regarding "before" and "after" behavior on Circle, see the companion Python SDK PR