Skip to content

Commit

Permalink
Cache R dependencies for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Jun 10, 2020
1 parent a2d594e commit bb68a4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v1
- uses: actions/cache@v2
path: ~/work/_temp/Library
key: ${{ runner.os }}-R
- name: Install test dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
Expand Down

0 comments on commit bb68a4c

Please sign in to comment.