Skip to content

refactor(tests.yml): change to install renv dependencies #9

refactor(tests.yml): change to install renv dependencies

refactor(tests.yml): change to install renv dependencies #9

Workflow file for this run

name: Tests
on:
push:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup R
uses: r-lib/actions/setup-r@v2
- name: Install dependencies
- uses: r-lib/actions/setup-renv@v2
- name: Run tests
run: |
library(devtools)
devtools::test()
shell: Rscript {0}