Skip to content

Reducing number of checks but adding all primary branches to the auto… #41

Reducing number of checks but adding all primary branches to the auto…

Reducing number of checks but adding all primary branches to the auto… #41

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