Skip to content

Commit

Permalink
Check if an error actually errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriwaki committed May 12, 2024
1 parent 0b6f48a commit efa9477
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/R-CMD-check-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
with:
cache: "always"

- uses: r-lib/actions/setup-pandoc@v2

- name: Cache R packages
if: runner.os != 'Windows'
uses: actions/cache@v3
Expand All @@ -42,11 +40,12 @@ jobs:
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "error", check_dir = "check")
shell: Rscript {0}

- name: Test live dataverse (vignette)
- name: Test live dataverse in vignettes
run: |
devtools::load_all()
source("tests/B-search_ghaction.R")
source("tests/C-download_ghaction.R")
TESTERROR
shell: Rscript {0}

- name: Test coverage
Expand Down

0 comments on commit efa9477

Please sign in to comment.