Skip to content

Commit

Permalink
Fixing test-coverage to use dev packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-harrold committed Dec 16, 2023
1 parent bbcc961 commit 699f3f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
pak-version: devel
# extra-packages: any::rcmdcheck
extra-packages: |
any::rcmdcheck
john-harrold/onbrand
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr
extra-packages: |
any::rcmdcheck
john-harrold/onbrand
john-harrold/formods
needs: coverage

- name: Test coverage
Expand Down

0 comments on commit 699f3f2

Please sign in to comment.