Skip to content

Commit

Permalink
Update CI-master_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospolop authored Oct 1, 2024
1 parent 6fa12e0 commit 6854d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-master_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 6854d3a

Please sign in to comment.