Skip to content

Commit

Permalink
Example ssh-server action
Browse files Browse the repository at this point in the history
On Linux, in debug re-runs
  • Loading branch information
gaborcsardi committed Jan 24, 2025
1 parent d35c92c commit f4e5e3a
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 @@ -66,3 +66,7 @@ jobs:
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'

- name: Interactive debug
if: ${{ always() && runner.os == 'Linux' && runner.debug == '1' && github.run_attempt != '1' }}
uses: r-hub/actions/ssh-server@main

0 comments on commit f4e5e3a

Please sign in to comment.