File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ if (-not $rubberduckInstallPath) {
233
233
Write-Host " ⏳ Downloading and installing CLI-Friendly DLL components..."
234
234
235
235
# Define the artifact URL and download location
236
- $artifactUrl = " https://github.com/DecimalTurn/Rubberduck/actions/runs/14609505761/artifacts/2990874874 "
236
+ $artifactUrl = " https://github.com/DecimalTurn/Rubberduck/releases/download/v2.5.92.6373-CLI-Friendly/rubberduck-v2.5.92.6373-CLI-Friendly.zip "
237
237
$artifactZipPath = " $env: TEMP \RubberduckArtifacts.zip"
238
238
$rubberduckInstallDir = $rubberduckInstallPath # Use the path returned by Test-RubberduckInstalled
239
239
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function Test-WithRubberduck {
24
24
25
25
# Run all tests in the active VBA project
26
26
$logPath = " $env: temp \RubberduckTestLog.txt"
27
- $rubberduck.RunAllTests ($logPath )
27
+ $rubberduck.RunAllTestsAndGetResults ($logPath )
28
28
Write-Host " All tests executed successfully."
29
29
30
30
# Wait for tests to complete (optional: add a timeout)
You can’t perform that action at this time.
0 commit comments