Skip to content

Commit 5f8bfb7

Browse files
committed
Add verbose logging
1 parent c7a7469 commit 5f8bfb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ jobs:
115115
Stop-Process -Id $process.Id -Force
116116
env:
117117
OE_WINDOWS_GITHUB_RECORD_PATH: C:\open-ephys\data
118+
- name: Display Full Traceback
119+
if: failure()
120+
shell: powershell
121+
run: Get-Content "python_output.log"
118122
- name: Set timestamp
119123
shell: powershell
120124
id: timestamp

0 commit comments

Comments
 (0)