Reduce token usage

This commit is contained in:
2026-04-04 20:56:54 +02:00
parent a5f8421aa8
commit 8c5a88afc5
2 changed files with 10 additions and 1 deletions

View File

@@ -22,9 +22,11 @@ try {
"run",
"--project",
"RpgRoller/RpgRoller.csproj",
"--verbosity"
"minimal"
"--urls",
$BaseUrl
) -WorkingDirectory $repoRoot -PassThru
) -WorkingDirectory $repoRoot -PassThru -NoNewWindow
$response = $null
for ($i = 0; $i -lt 60; $i++) {