Skip to content

Commit a41b12f

Browse files
committed
debug! tmate
1 parent 7c5e4ce commit a41b12f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/reusable-tox.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
129129
runs-on: ${{ inputs.runner-vm-os }}
130130

131-
timeout-minutes: ${{ fromJSON(inputs.timeout-minutes) }}
131+
timeout-minutes: 360
132132

133133
continue-on-error: >-
134134
${{
@@ -411,5 +411,10 @@ jobs:
411411
steps.python-install.outputs.python-version
412412
}}
413413
token: ${{ secrets.codecov-token }}
414+
- name: Setup tmate session
415+
if: failure()
416+
uses: mxschmitt/action-tmate@v3
417+
with:
418+
limit-access-to-actor: true
414419

415420
...

0 commit comments

Comments
 (0)