Skip to content

Merge pull request #160 from ljwoodley/add_project_and_instance_field… #292

Merge pull request #160 from ljwoodley/add_project_and_instance_field…

Merge pull request #160 from ljwoodley/add_project_and_instance_field… #292

Workflow file for this run

name: Run tests
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/ctsit/rstudio-ci:4.3.3
env:
CI: "TRUE"
steps:
- uses: actions/checkout@v2
- name: Check
run: devtools::test(stop_on_failure = TRUE)
shell: Rscript {0}