Skip to content

Commit

Permalink
ok that didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Dec 12, 2024
1 parent 191e69c commit 10d8896
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
packages: any::covr

- uses: r-lib/actions/check-r-package@v2

Expand All @@ -81,6 +80,12 @@ jobs:
run: |
echo "Has permission: ${{ steps.check_permissions.outputs.has_permission }}"
- name: Setup to test coverage
uses: r-lib/actions/setup-r-dependencies@v2
if: steps.check_permissions.outputs.has_permission == 'true' && matrix.config.os == 'ubuntu-latest'
with:
packages: covr

- name: Test coverage
if: steps.check_permissions.outputs.has_permission == 'true' && matrix.config.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit 10d8896

Please sign in to comment.