From 91fb2395e441996bcf218f4063358906ca1b1727 Mon Sep 17 00:00:00 2001 From: Luis Moris Fernandez Date: Wed, 5 Jun 2024 22:25:23 +0200 Subject: [PATCH] include an empty file in results when qc is skipped otherwise it would upload an empty artifact and the ci will fail in the pkgdown step --- scripts/test_qc_pkg.R | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test_qc_pkg.R b/scripts/test_qc_pkg.R index e49ad25..d6b5f41 100644 --- a/scripts/test_qc_pkg.R +++ b/scripts/test_qc_pkg.R @@ -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 {