feat: alive UI wave, galaxy presence, spread and fleet enhancements
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
Dashboard ambient layer, comrade presence, Mission Deck and War Room, Emberwake supply chain, spread/docs publishing, fleet policy and modules API, CI docker mining, and refreshed USB pack.
This commit is contained in:
@@ -119,7 +119,7 @@ function Invoke-SmokeIfServerUp {
|
||||
# and Basic auth credentials that match that server's users.json (defaults: testuser/testpass).
|
||||
if (-not (Test-ServerHealthy)) { return }
|
||||
Write-Banner "Tier 1b - API smoke (B-01 to B-10)"
|
||||
& (Join-Path $Root "scripts\smoke-test.ps1") -BaseUrl $BaseUrl -Username $E2EUser -Password $E2EPass
|
||||
& (Join-Path $Root "scripts\smoke-test.ps1") -BaseUrl $BaseUrl -Username $E2EUser -Password $E2EPass -DataDir $DataDir
|
||||
if ($LASTEXITCODE -and $LASTEXITCODE -ne 0) { throw "smoke-test failed" }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user