Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
haziqj committed May 29, 2024
1 parent 69178e5 commit db6e197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ jobs:
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
check_args: '--no-tests' # Only skip tests on Ubuntu
args: '--no-tests' # Only skip tests on Ubuntu

- name: Check R Package (Non-Ubuntu)
if: matrix.config.os != 'ubuntu-latest'
uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
check_args: '' # Run tests normally
args: '' # Run tests normally

0 comments on commit db6e197

Please sign in to comment.