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

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:
AetherForge
2026-06-07 11:06:34 -07:00
parent c3a9cda7d5
commit 0813ec8639
3 changed files with 7 additions and 4 deletions

View File

@@ -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 }