Skip to content

Clean up of test files, adjusting for rmdchecks, adding to section he… #40

Clean up of test files, adjusting for rmdchecks, adding to section he…

Clean up of test files, adjusting for rmdchecks, adding to section he… #40

Workflow file for this run

name: activityinfo-R-package-tests
on:
push:
branches:
- main
- master
- cran-*
- version-*
pull_request:
branches: [main, master]
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)"