Refresh test-suite counts and SSM feature filter after cloud landing.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Verify Go server 901, agent 657, Vitest 849, Playwright 26; extend -SSM slice with ssm_spread API and agent SSMDocument mocks.
This commit is contained in:
@@ -160,7 +160,10 @@ if ($PolicyFanout) {
|
||||
if ($SSM) {
|
||||
Invoke-Phase "SSM (Run Command document export + cloud kits)" {
|
||||
Push-Location (Join-Path $Root "server")
|
||||
go test ./internal/api/... -run "CloudTemplate|CloudConnection" -count=1
|
||||
go test ./internal/api/... -run "SSMSpread|CloudTemplate|CloudConnection" -count=1
|
||||
Pop-Location
|
||||
Push-Location (Join-Path $Root "agent")
|
||||
go test ./deploy/... -run SSMDocument -count=1
|
||||
Pop-Location
|
||||
Push-Location (Join-Path $Root "server\web")
|
||||
if (-not (Test-Path "node_modules")) { npm install --silent }
|
||||
|
||||
Reference in New Issue
Block a user