tests/testthat/test-tar_github_actions.R

tar_test("tar_github_actions()", {
  tmp <- tempfile()
  expect_false(file.exists(tmp))
  tar_github_actions(path = tmp)
  expect_true(file.exists(tmp))
})
ropensci/targets documentation built on June 13, 2025, 5:18 a.m.