Skip to content

Commit acfefb9

Browse files
committed
Add tmate
1 parent 03d6ef7 commit acfefb9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ jobs:
134134
cd build\test
135135
.\test_xeus_cpp.exe
136136
137+
- name: Setup tmate session
138+
uses: mxschmitt/action-tmate@v3
139+
# When debugging increase to a suitable value!
140+
timeout-minutes: 30
141+
137142
- name: Python tests Unix Systems
138143
if: ${{ runner.os != 'windows' }}
139144
shell: bash -l {0}

0 commit comments

Comments
 (0)