Skip to content

Commit bd66ed1

Browse files
committed
🐛 Debug with tmate
1 parent 4ae1f98 commit bd66ed1

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
@@ -108,6 +108,12 @@ jobs:
108108
pattern: coverage-*
109109
path: coverage
110110
merge-multiple: true
111+
# Allow debugging with tmate
112+
- name: Setup tmate session
113+
uses: mxschmitt/action-tmate@v3
114+
# if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
115+
with:
116+
limit-access-to-actor: true
111117
- name: Install Dependencies
112118
run: uv pip install -r requirements-tests.txt
113119
- run: ls -la coverage

0 commit comments

Comments
 (0)