Skip to content

Commit

Permalink
use Transcript command to redirect all output streams
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 666af82 commit a49de46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/windows-nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,13 @@ jobs:
}
$scriptContent = @"
# Redirect all output streams
Start-Transcript -Path 'C:\actions-runner\work\run-tests-transcript.log' -Append
code --version
node --version
Stop-Transcript
"@
$scriptPath = "C:\actions-runner\work\run-tests.ps1"
Expand Down

0 comments on commit a49de46

Please sign in to comment.