Skip to content

Commit

Permalink
ci: no error on warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gisler committed May 1, 2022
1 parent 93d043d commit f867610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-backwards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
args = c("--no-manual", "--as-cran"),
build_args = "--no-manual",
check_dir = "check",
error_on = "warning"
error_on = "error"
)
shell: Rscript {0}

Expand Down

0 comments on commit f867610

Please sign in to comment.