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
if you fix it you could have isolation issues between tests, I don't think it is a good idea, what are you trying to solve? have access to the workspace for debugging porpuse? you could make the workspace folder exported or disable the removal after test execution?
Isaac- I talk about "pre-fixing" - not about changing the dynamic part .. so instead of today .. "tosca_" + new Random().Next()); to have it e.g. veeva-66- + the above (tosca_xxxx) (in case someone passes a pre-fix via CLI)
today the workspace is set staticly, with a random number - here
https://github.com/Boehringer-Ingelheim/toscaci/blob/main/server/CIService/Service/WorkspaceService.cs#L27
we need a way to pre-fix that - from outside via param to easily find it back
@albertpuente
The text was updated successfully, but these errors were encountered: