this shit works yo

This commit is contained in:
lda
2026-04-04 08:22:42 +07:00 Unverified
parent 4bb8fa161d
commit f483a8507a
13 changed files with 482 additions and 186 deletions
+2
View File
@@ -16,6 +16,8 @@ $ErrorActionPreference = "Stop"
. "$PSScriptRoot/lib.ps1"
$password = Get-DefaultPassword $password
# Build tests and capture output
Write-Host "Building tests for $Package..." -ForegroundColor Cyan