Skip to content

Update database test to incorporate userLicenseType field #28

Update database test to incorporate userLicenseType field

Update database test to incorporate userLicenseType field #28

Workflow file for this run

name: Test
on:
push:
branches:
- main
- master
- cran-*
- version-*
env:
TEST_URL: ${{ secrets.TEST_URL }}
jobs:
test-job:
runs-on: ubuntu-latest
container:
image: rocker/tidyverse:4
steps:
- uses: actions/checkout@v3
- name: Test
run: Rscript -e "devtools::test(stop_on_failure = TRUE)"