Skip to content

build(deps): bump aws-config from 1.4.0 to 1.5.0 (#510) #1612

build(deps): bump aws-config from 1.4.0 to 1.5.0 (#510)

build(deps): bump aws-config from 1.4.0 to 1.5.0 (#510) #1612

Workflow file for this run

name: Test R
on:
push:
jobs:
test:
runs-on: ubuntu-latest
name: Test build
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/r_setup
- shell: Rscript {0}
working-directory: ./exon-r/exonr/
run: |
rextendr::document()
devtools::load_all()
devtools::test(stop_on_failure = TRUE)