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 0ec89ea commit f2d6954
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/windows-nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@ jobs:
# Run script inline
Start-Process -FilePath "powershell.exe" `
-ArgumentList "-File $scriptPath" `
-ArgumentList "-ExecutionPolicy Bypass -File $scriptPath" `
-Credential $credential `
-WorkingDirectory "C:\Users\nonadmin\Documents\actions-runner\work" `
-NoNewWindow `
-RedirectStandardOutput "C:\Users\nonadmin\Documents\actions-runner\work\run-tests-output.log" `
-RedirectStandardError "C:\Users\nonadmin\Documents\actions-runner\work\run-tests-error.log" `
-RedirectStandardOutput $logPathOut `
-RedirectStandardError $logPathErr `
-Wait
# Output log files to GitHub Actions
Write-Output "--- Run Output ---"
Expand Down

0 comments on commit f2d6954

Please sign in to comment.