Skip to content

Commit

Permalink
Update check-bioc.yml: error_on error only.
Browse files Browse the repository at this point in the history
  • Loading branch information
youyupei committed Oct 2, 2023
1 parent 10ff031 commit 9d7a609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
rcmdcheck::rcmdcheck(
args = c("--no-manual", "--no-vignettes", "--timings"),
build_args = c("--no-manual", "--keep-empty-dirs", "--no-resave-data"),
error_on = "warning",
error_on = "error",
check_dir = "check"
)
shell: Rscript {0}
Expand Down

0 comments on commit 9d7a609

Please sign in to comment.