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 ed1cbcb commit 0ec89ea
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 @@ -64,8 +64,8 @@ jobs:
-ArgumentList "-File $scriptPath" `
-Credential $credential `
-NoNewWindow `
-RedirectStandardOutput $logPathOut `
-RedirectStandardError $logPathErr `
-RedirectStandardOutput "C:\Users\nonadmin\Documents\actions-runner\work\run-tests-output.log" `
-RedirectStandardError "C:\Users\nonadmin\Documents\actions-runner\work\run-tests-error.log" `
# Output log files to GitHub Actions
Write-Output "--- Run Output ---"
Expand Down

0 comments on commit 0ec89ea

Please sign in to comment.