We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8600f2 commit 040f99dCopy full SHA for 040f99d
1 file changed
.github/workflows/tests.yml
@@ -204,7 +204,7 @@ jobs:
204
Write-Host "Started open-ephys process with ID: $($process.Id)"
205
Start-Sleep -Seconds 10
206
Write-Host "Starting Python script..."
207
- python run_all.py *>&1 | Out-File -FilePath "python_output.log"
+ python run_all.py 2>&1 | Tee-Object -FilePath "python_output.log"
208
Write-Host "Python script completed. Output saved to python_output.log"
209
Stop-Process -Id $process.Id -Force
210
env:
0 commit comments