Skip to content

Commit

Permalink
Merge pull request #850 from DyfanJones/code_cov
Browse files Browse the repository at this point in the history
remove installation of entire paws category packages
  • Loading branch information
DyfanJones authored Dec 9, 2024
2 parents 57a369f + 71876e5 commit 7e213b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -78,9 +79,6 @@ jobs:
run: |
remotes::install_local('paws.common', force = TRUE)
remotes::install_local('make.paws', force = TRUE)
for (package in rev(list.dirs("cran", recursive = FALSE))) {
remotes::install_local(package, force = TRUE)
}
shell: Rscript {0}

- name: Check
Expand All @@ -89,7 +87,6 @@ jobs:
run: |
rcmdcheck::rcmdcheck('paws.common', args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
rcmdcheck::rcmdcheck('make.paws', args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
rcmdcheck::rcmdcheck('cran/paws', args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
shell: Rscript {0}

- name: Show testthat output
Expand Down

0 comments on commit 7e213b6

Please sign in to comment.