Skip to content

Commit

Permalink
look for .github folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Dec 13, 2024
1 parent a188d88 commit 7f215dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ library(magrittr)


# Find .git root directory
root_dir <- rprojroot::find_root(rprojroot::has_dir(".git"))
root_dir <- rprojroot::find_root(rprojroot::has_dir(".github"))

out_file <- list.files(pattern = ".Rout$|Rout.fail$", file.path(root_dir, "check"),
recursive = TRUE, full.names = TRUE)
Expand Down

0 comments on commit 7f215dd

Please sign in to comment.