Skip to content

Commit

Permalink
Inject tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Aug 24, 2022
1 parent 7a479d8 commit 204ef52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ jobs:
install.packages("cpp11test", repos = NULL, INSTALL_opts = "--install-tests", type = "source")
shell: Rscript {0}

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
timeout-minutes: 30

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
Expand Down

0 comments on commit 204ef52

Please sign in to comment.