Skip to content

Commit 040f99d

Browse files
committed
Restore Tee-Object for logging
1 parent d8600f2 commit 040f99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
Write-Host "Started open-ephys process with ID: $($process.Id)"
205205
Start-Sleep -Seconds 10
206206
Write-Host "Starting Python script..."
207-
python run_all.py *>&1 | Out-File -FilePath "python_output.log"
207+
python run_all.py 2>&1 | Tee-Object -FilePath "python_output.log"
208208
Write-Host "Python script completed. Output saved to python_output.log"
209209
Stop-Process -Id $process.Id -Force
210210
env:

0 commit comments

Comments
 (0)