Skip to content

Commit

Permalink
include an empty file in results when qc is skipped
Browse files Browse the repository at this point in the history
otherwise it would upload an empty artifact and the ci will fail in the pkgdown step
  • Loading branch information
zsigmas committed Jun 5, 2024
1 parent 5ec4e06 commit 91fb239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/test_qc_pkg.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ if (!dir.exists(validation_root)) {
}

if (file.exists(validation_skip)) {
writeLines("", file.path(validation_results, "skipped_qc"))
success[["valdoc"]] <- NA
} else {

Expand Down

0 comments on commit 91fb239

Please sign in to comment.