Skip to content

Commit 269d150

Browse files
committed
add tmate
1 parent 79fd5a5 commit 269d150

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,3 +274,11 @@ jobs:
274274
with:
275275
token: ${{ secrets.CODECOV_TOKEN }}
276276
verbose: true
277+
278+
- name: Tmate debugging session
279+
if: ${{ failure() }}
280+
timeout-minutes: 60
281+
uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.23
282+
with:
283+
# Never allow public SSH access
284+
limit-access-to-actor: true

0 commit comments

Comments
 (0)