We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23af5f7 commit 3da719dCopy full SHA for 3da719d
1 file changed
.github/workflows/tests.yml
@@ -124,7 +124,7 @@ jobs:
124
Write-Host "Started open-ephys process with ID: $($process.Id)"
125
Start-Sleep -Seconds 10
126
Write-Host "Starting Python script..."
127
- python tests/core/basic_record.py
+ python run_all.py 2>&1 | Tee-Object -FilePath "python_output.log"
128
Write-Host "Python script completed. Output saved to python_output.log"
129
Stop-Process -Id $process.Id -Force
130
env:
0 commit comments