1 parent 79fd5a5 commit 269d150Copy full SHA for 269d150
1 file changed
.github/workflows/tests.yml
@@ -274,3 +274,11 @@ jobs:
274
with:
275
token: ${{ secrets.CODECOV_TOKEN }}
276
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