Skip to content

Commit

Permalink
Added shell on failure. Rebase this commit away when done debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
krivit committed May 24, 2024
1 parent 0e5b2ca commit c7c784a
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 @@ -235,6 +235,10 @@ jobs:
rcmdcheck::rcmdcheck(args = check_args, build_args = build_args, error_on = error_on, check_dir = "check")
shell: Rscript {0}

- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

- name: Check UBSAN output
if: contains(matrix.config.flags, 'ubsan')
# NB: xargs -r only works in GNU, so not on MacOS.
Expand Down

0 comments on commit c7c784a

Please sign in to comment.