Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
Signed-off-by: midays <[email protected]>
  • Loading branch information
midays committed Dec 8, 2024
1 parent 34c2686 commit ed1cbcb
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 @@ -56,8 +56,8 @@ jobs:
$credential = New-Object System.Management.Automation.PSCredential("nonadmin", $password)
# Redirect output to separate log files
$logPathOut = "$runnerDir\run-tests-output.log"
$logPathErr = "$runnerDir\run-tests-error.log"
$logPathOut = "C:\Users\nonadmin\Documents\actions-runner\work\run-tests-output.log"
$logPathErr = "C:\Users\nonadmin\Documents\actions-runner\work\run-tests-error.log"
# Run script inline
Start-Process -FilePath "powershell.exe" `
Expand Down

0 comments on commit ed1cbcb

Please sign in to comment.