Skip to content

Commit 3da719d

Browse files
committed
Run all integration tests
1 parent 23af5f7 commit 3da719d

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
@@ -124,7 +124,7 @@ jobs:
124124
Write-Host "Started open-ephys process with ID: $($process.Id)"
125125
Start-Sleep -Seconds 10
126126
Write-Host "Starting Python script..."
127-
python tests/core/basic_record.py
127+
python run_all.py 2>&1 | Tee-Object -FilePath "python_output.log"
128128
Write-Host "Python script completed. Output saved to python_output.log"
129129
Stop-Process -Id $process.Id -Force
130130
env:

0 commit comments

Comments
 (0)