Skip to content

Merge pull request #154 from pbchase/add_to_credential_scraping #278

Merge pull request #154 from pbchase/add_to_credential_scraping

Merge pull request #154 from pbchase/add_to_credential_scraping #278

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.2.1
env:
CI: "TRUE"
steps:
- uses: actions/checkout@v2
- name: Check
run: devtools::test(stop_on_failure = TRUE)
shell: Rscript {0}