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 d37ebda commit e6e1145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-master_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
$Configuration = "Release"
$exePath = "winPEAS/winPEASexe/winPEAS/bin/$Configuration/winPEAS.exe"
if (Test-Path $exePath) {
& $exePath
& $exePath -h
} else {
Write-Error "winPEAS.exe not found at $exePath"
}
Expand Down

0 comments on commit e6e1145

Please sign in to comment.