Skip to content

Commit

Permalink
Run coverage on windows
Browse files Browse the repository at this point in the history
As most of the pkgbuild code is windows specific
  • Loading branch information
jimhester committed May 6, 2020
1 parent 92c1a5b commit 609321c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: test-coverage

jobs:
test-coverage:
runs-on: macOS-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v2

Expand All @@ -24,13 +24,6 @@ jobs:
saveRDS(remotes::dev_package_deps(dependencies = TRUE), ".github/depends.Rds", version = 2)
shell: Rscript {0}

- name: Cache R packages
uses: actions/cache@v1
with:
path: ${{ env.R_LIBS_USER }}
key: macOS-r-4.0-1-${{ hashFiles('.github/depends.Rds') }}
restore-keys: macOS-r-4.0-1-

- name: Install dependencies
run: |
install.packages(c("remotes"))
Expand Down

0 comments on commit 609321c

Please sign in to comment.