Skip to content

Commit

Permalink
Windows testing
Browse files Browse the repository at this point in the history
Signed-off-by: Shveta Sachdeva <sshveta@redhat.com>
  • Loading branch information
sshveta committed Jan 10, 2025
1 parent 683b10a commit 6943562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
$psExecPath = "C:\tools\psexec.exe"
$paExecPath = "C:\tools\paexec.exe"
Write-Output "psExec ..."
& $paExecPath -u nonadmin -p 'pass123!' powershell.exe -Command "git clone https://github.com/konveyor/kai-ci"
& $psExecPath -accepteula -nobanner -u nonadmin -p 'pass123!' powershell.exe -Command "git clone https://github.com/konveyor/kai-ci"
& $paExecPath -u nonadmin -p 'pass123!' powershell.exe -Command "echo 'This is me' > C:\temp\how.txt"
# stop-ec2-instance:
Expand Down

0 comments on commit 6943562

Please sign in to comment.