Skip to content

Commit

Permalink
allows passing with no qc documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zsigmas committed Jun 5, 2024
1 parent 91fb239 commit c753027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_qc_pkg.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ CON <- file(github_summary_file, "a")
on.exit(close(CON))
writeLines(summary, CON)

stopifnot(isTRUE(all(success)))
stopifnot(all(success | is.na(sucess)))

message("##############################")
message("###### BUILD RESULT (F) ######")
Expand Down

0 comments on commit c753027

Please sign in to comment.