Skip to content

Merge pull request #98 from bedatadriven/billing-info-functions #21

Merge pull request #98 from bedatadriven/billing-info-functions

Merge pull request #98 from bedatadriven/billing-info-functions #21

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)"