Skip to content

Commit 7bbd867

Browse files
committed
debug
1 parent 354bef5 commit 7bbd867

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ jobs:
2424
debug: 1
2525
- name: Run tests
2626
run: pytest
27+
- name: Setup tmate session
28+
if: ${{ !cancelled() && runner.debug }}
29+
uses: mxschmitt/action-tmate@v3
30+
# When debugging increase to a suitable value!
31+
timeout-minutes: 30
32+

0 commit comments

Comments
 (0)