Skip to content

Commit 7d1bf3e

Browse files
committed
Added printing to GHA to debug behavior of the linux runner
1 parent b945b58 commit 7d1bf3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cran-bootstrap.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ pkg_core_files_dst <- file.path(cran_dir, pkg_core_files)
4141
# Handle tests separately (move from test/r/ folder to tests/ folder)
4242
test_files_src <- list.files("test/r", recursive = TRUE, full.names = TRUE)
4343
test_files_dst <- file.path(cran_dir, gsub("test/r", "tests", test_files_src))
44+
cat("Test files source: ", paste(test_files_src, "\n"))
45+
cat("Test files destination: ", paste(test_files_dst, "\n"))
4446
pkg_core_files <- c(pkg_core_files, test_files_src)
4547
pkg_core_files_dst <- c(pkg_core_files_dst, test_files_dst)
4648
if (all(file.exists(pkg_core_files))) {

0 commit comments

Comments
 (0)