Skip to content

Commit

Permalink
Install outpack_server on gha
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Jul 24, 2023
1 parent 488016a commit 8f9e658
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

# This does take a minute or two to install, and we could cache
# it but that's not super easy while still allowing easy
# updating. Once things stabilise we might tag outpack server
# releases and then we can install and cache against that.
- name: setup server
run: |
cargo install --git https://github.com/mrc-ide/outpack_server --branch mrc-4364
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
use-public-rspm: true

- name: setup server
run: |
cargo install --git https://github.com/mrc-ide/outpack_server --branch mrc-4364
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr
Expand Down

0 comments on commit 8f9e658

Please sign in to comment.