Skip to content

Commit

Permalink
Daily github actions should ignore warning for same version
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriwaki committed May 21, 2024
1 parent bb87d2e commit 8fe5184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Check
run: |
options(crayon.enabled = TRUE)
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "error", check_dir = "check")
shell: Rscript {0}

- name: Test live dataverse in vignettes
Expand Down

0 comments on commit 8fe5184

Please sign in to comment.