Skip to content

Commit

Permalink
Run Rscript within R
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriwaki committed May 12, 2024
1 parent 28c0fc7 commit b07a9be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/R-CMD-check-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:

- name: Test live dataverse (vignette)
run: |
Rscript -e "tests/B-search_ghaction.R"
Rscript -e "tests/C_download_ghaction.R"
source("tests/B-search_ghaction.R")
source("tests/C-download_ghaction.R")
shell: Rscript {0}

- name: Test coverage
run: covr::codecov()
Expand Down

0 comments on commit b07a9be

Please sign in to comment.