Skip to content

Commit

Permalink
Merge pull request #464 from carpentries/fix-universe-failure
Browse files Browse the repository at this point in the history
add date to news; add CRAN skipper in CI test
  • Loading branch information
zkamvar authored May 17, 2023
2 parents 694e839 + d001f84 commit e13dd0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sandpaper 0.11.17 (unreleased)
# sandpaper 0.11.17 (2023-05-16)

## NEW FEATURES

Expand Down
4 changes: 4 additions & 0 deletions tests/testthat/test-ci_deploy.R
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ test_that("404 page root will be lesson URL", {

test_that("ci_deploy() will do a full rebuild", {

skip_on_cran()
skip_if_not(has_git())
skip_if_not(rmarkdown::pandoc_available("2.11"))


expect_true(gert::git_branch_exists("MD", local = TRUE, repo = res))
expect_true(gert::git_branch_exists("SITE", local = TRUE, repo = res))
Expand Down

0 comments on commit e13dd0b

Please sign in to comment.