Skip to content

Commit d3cb9f7

Browse files
committed
dont run egs on gh actions and skip a test
1 parent 0878051 commit d3cb9f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/R-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Check
7272
env:
7373
_R_CHECK_CRAN_INCOMING_: false
74-
run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran", "--run-dontrun"), error_on = "error", check_dir = "check")
74+
run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "error", check_dir = "check")
7575
shell: Rscript {0}
7676

7777
- name: Show testthat output

tests/testthat/test-gist_create_git.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ context("gist_create_git")
22

33
test_that("gist_create_git works", {
44
skip_on_cran()
5-
skip_on_travis()
5+
skip_on_ci()
66

77
unlink("~/gitgist", recursive = TRUE)
88
dir.create("~/gitgist")

0 commit comments

Comments
 (0)