We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NOT_CRAN="true"
1 parent bf028f0 commit 412cf6aCopy full SHA for 412cf6a
tests/testthat/setup.R
@@ -0,0 +1,7 @@
1
+# Ensure running snapshot tests on GitHub Actions CI
2
+if (identical(Sys.getenv("GITHUB_ACTIONS"), "true")) {
3
+ withr::local_envvar(
4
+ list(NOT_CRAN = "true"),
5
+ .local_envir = teardown_env()
6
+ )
7
+}
0 commit comments