Skip to content

Commit e937bee

Browse files
committed
Capture traceback in GHA failure
1 parent 5f8bfb7 commit e937bee

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
@@ -110,7 +110,7 @@ jobs:
110110
Write-Host "Started open-ephys process with ID: $($process.Id)"
111111
Start-Sleep -Seconds 10
112112
Write-Host "Starting Python script..."
113-
python run_all.py 2>&1 | Tee-Object -FilePath "python_output.log"
113+
python run_all.py *>&1 | Out-File -FilePath "python_output.log"
114114
Write-Host "Python script completed. Output saved to python_output.log"
115115
Stop-Process -Id $process.Id -Force
116116
env:

0 commit comments

Comments
 (0)