Skip to content

Commit 5df5382

Browse files
committed
bring all extra dependencies to Ubuntu run
1 parent 86ae312 commit 5df5382

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ jobs:
114114
path: check
115115

116116
- name: pkgdown dependencies
117-
if: github.event_name == 'push' && matrix.config.os == 'macOS-latest'
117+
if: github.event_name == 'push' && matrix.config.os == 'ubuntu-latest'
118118
uses: r-lib/actions/setup-r-dependencies@v2
119119
with:
120120
extra-packages: any::pkgdown, local::., any::covr, any::xml2
121121
needs: website, coverage
122122

123123
- name: Test coverage
124-
if: github.event_name == 'push' && matrix.config.os == 'macOS-latest'
124+
if: github.event_name == 'push' && matrix.config.os == 'ubuntu-latest'
125125
run: |
126126
cov <- covr::package_coverage(
127127
quiet = FALSE,
@@ -133,7 +133,7 @@ jobs:
133133
shell: Rscript {0}
134134

135135
- uses: codecov/codecov-action@v5
136-
if: github.event_name == 'push' && matrix.config.os == 'macOS-latest'
136+
if: github.event_name == 'push' && matrix.config.os == 'ubuntu-latest'
137137
with:
138138
# Fail if error if not on PR, or if on PR and token is given
139139
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)