diff --git a/.github/workflows/CI-master_tests.yml b/.github/workflows/CI-master_tests.yml index cf97d24e..06354bfe 100644 --- a/.github/workflows/CI-master_tests.yml +++ b/.github/workflows/CI-master_tests.yml @@ -77,13 +77,13 @@ jobs: Write-Error "winPEAS.exe not found at $exePath" } - - name: Execute winPEAS domain + - name: Execute winPEAS cloudinfo shell: pwsh run: | $Configuration = "Release" $exePath = "winPEAS/winPEASexe/winPEAS/bin/$Configuration/winPEAS.exe" if (Test-Path $exePath) { - & $exePath domain + & $exePath cloudinfo } else { Write-Error "winPEAS.exe not found at $exePath" }