fix(gates): initialize connected soak artifacts before isolation
This commit is contained in:
parent
0b6c6557a8
commit
1f75ce0505
2 changed files with 4 additions and 1 deletions
|
|
@ -418,6 +418,9 @@ public sealed class ConnectedWorldSoakRouteContractTests
|
|||
|
||||
AssertAppearsInOrder(
|
||||
source,
|
||||
"$artifactDir = \"$prefix.artifacts\"",
|
||||
"$null = New-Item -ItemType Directory -Force -Path $artifactDir",
|
||||
"$renderPackGate = New-ConnectedRenderPackGateState",
|
||||
"Get-ChildItem Env: | Where-Object { $_.Name -like 'ACDREAM_*' }",
|
||||
"Join-Path $artifactDir 'env-disclosure.json'",
|
||||
"try {");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue