Skip to content

Merge pull request #157 from ljwoodley/switch_to_openxlsx #287

Merge pull request #157 from ljwoodley/switch_to_openxlsx

Merge pull request #157 from ljwoodley/switch_to_openxlsx #287

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}