Skip to content

Commit ea01b66

Browse files
committed
Inject tmate
1 parent 0fbdcb1 commit ea01b66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ jobs:
6969
extra-packages: any::rcmdcheck
7070
needs: check
7171

72+
- name: Setup tmate session
73+
uses: mxschmitt/action-tmate@v3
74+
timeout-minutes: 30
75+
with:
76+
limit-access-to-actor: true
77+
7278
- name: Install cpp11test
7379
if: matrix.config.custom != 'no-cpp11test'
7480
run: |

0 commit comments

Comments
 (0)