Skip to content

Commit

Permalink
Enter debugging mode in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Mar 10, 2022
1 parent fd6b58b commit e475b7b
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@ jobs:
config:
# testing R release with last shipped pandoc version in RStudio IDE and new pandoc
- {os: windows-latest, pandoc: '2.16.2', r: 'release'}
- {os: macOS-latest, pandoc: '2.16.2', r: 'release'}
- {os: ubuntu-18.04, pandoc: '2.16.2', r: 'release'}
- {os: ubuntu-18.04, pandoc: 'devel', r: 'release'}
# testing older pandoc versions
- {os: ubuntu-18.04, pandoc: '2.14.2', r: 'release'}
- {os: ubuntu-18.04, pandoc: '2.11.4', r: 'release'}
- {os: ubuntu-18.04, pandoc: '2.7.3', r: 'release'}
- {os: ubuntu-18.04, pandoc: '2.5', r: 'release'}
- {os: ubuntu-18.04, pandoc: '2.0.0.1', r: 'release'}
# testing other R versions
- {os: ubuntu-18.04, pandoc: '2.11.4', r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-18.04, pandoc: '2.11.4', r: 'oldrel-1'}
- {os: ubuntu-18.04, pandoc: '2.11.4', r: 'oldrel-2'}
- {os: ubuntu-18.04, pandoc: '2.11.4', r: 'oldrel-3'}
- {os: ubuntu-18.04, pandoc: '2.11.4', r: 'oldrel-4'}
# - {os: macOS-latest, pandoc: '2.16.2', r: 'release'}
# - {os: ubuntu-18.04, pandoc: '2.16.2', r: 'release'}
# - {os: ubuntu-18.04, pandoc: 'devel', r: 'release'}
# # testing older pandoc versions
# - {os: ubuntu-18.04, pandoc: '2.14.2', r: 'release'}
# - {os: ubuntu-18.04, pandoc: '2.11.4', r: 'release'}
# - {os: ubuntu-18.04, pandoc: '2.7.3', r: 'release'}
# - {os: ubuntu-18.04, pandoc: '2.5', r: 'release'}
# - {os: ubuntu-18.04, pandoc: '2.0.0.1', r: 'release'}
# # testing other R versions
# - {os: ubuntu-18.04, pandoc: '2.11.4', r: 'devel', http-user-agent: 'release'}
# - {os: ubuntu-18.04, pandoc: '2.11.4', r: 'oldrel-1'}
# - {os: ubuntu-18.04, pandoc: '2.11.4', r: 'oldrel-2'}
# - {os: ubuntu-18.04, pandoc: '2.11.4', r: 'oldrel-3'}
# - {os: ubuntu-18.04, pandoc: '2.11.4', r: 'oldrel-4'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down Expand Up @@ -95,6 +95,9 @@ jobs:
tinytex::tl_pkgs()
shell: Rscript {0}

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

- uses: r-lib/actions/check-r-package@v2

- name: Test coverage
Expand Down

0 comments on commit e475b7b

Please sign in to comment.