Skip to content

Commit

Permalink
Disable testing in R CMD check as we run the in Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Sparre Spiegelhauer (HSPU) committed Mar 20, 2024
1 parent aad0400 commit 75076bd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
error-on: '"error"'
check-dir: '"check"'
upload-results: true
args: 'c("--no-manual", "--as-cran", "--no-tests")' # We run a secondary tests check
# upload-snapshots: true
# error-on: '"error"'
# check-dir: '"check"'
# upload-results: true

0 comments on commit 75076bd

Please sign in to comment.