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