We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae1f98 commit bd66ed1Copy full SHA for bd66ed1
.github/workflows/test.yml
@@ -108,6 +108,12 @@ jobs:
108
pattern: coverage-*
109
path: coverage
110
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
117
- name: Install Dependencies
118
run: uv pip install -r requirements-tests.txt
119
- run: ls -la coverage
0 commit comments