From db6e19712ff6d36b575405895001489a8e38abc2 Mon Sep 17 00:00:00 2001 From: Haziq Jamil Date: Wed, 29 May 2024 14:31:57 +0300 Subject: [PATCH] Update R-CMD-check.yaml --- .github/workflows/R-CMD-check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index fbdb6ce..32d9328 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -59,7 +59,7 @@ 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' @@ -67,5 +67,5 @@ jobs: with: upload-snapshots: true build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")' - check_args: '' # Run tests normally + args: '' # Run tests normally