Skip to content

Commit

Permalink
Windows testing
Browse files Browse the repository at this point in the history
Signed-off-by: Shveta Sachdeva <[email protected]>
  • Loading branch information
sshveta committed Jan 8, 2025
1 parent 9aa8efc commit 3f8a995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# Step 3: Execute the command using PsExec
Write-Output "Executing PsExec as nonadmin to run 'code --version'..."
Write-Output "PsExec Path: $psExecPath"
Write-Output "Executing command: & $psExecPath -accepteula -nobanner -u nonadmin -p 'pass123!' powershell.exe -Command 'hostname > $logPathOut 2> $logPathErr'"
# Write-Output "Executing command: & $psExecPath -accepteula -nobanner -u nonadmin -p 'pass123!' powershell.exe -Command 'hostname > $logPathOut 2> $logPathErr'"
try {
& $psExecPath -accepteula -nobanner -u nonadmin -p "pass123!" powershell.exe -Command "hostname"
Expand Down

0 comments on commit 3f8a995

Please sign in to comment.