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))
})
wlandau/targets documentation built on May 1, 2024, 7:27 p.m.