Skip to content

Commit

Permalink
ci: update rworkflows
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Aug 31, 2023
1 parent 1a96280 commit dc2e62a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/rworkflows.yml
Expand Up @@ -13,6 +13,8 @@ name: rworkflows

jobs:
rworkflows:
permissions:
contents: write
runs-on: ${{ matrix.config.os }}
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
container: ${{ matrix.config.cont }}
Expand All @@ -22,17 +24,17 @@ jobs:
config:
- os: ubuntu-latest
bioc: devel
r: devel
r: auto
cont: bioconductor/bioconductor_docker:devel
rspm: https://packagemanager.rstudio.com/cran/__linux__/focal/release
- os: windows-latest
- os: macOS-latest
bioc: devel
r: devel
r: auto
cont: ~
rspm: ~
- os: macOS-latest
- os: windows-latest
bioc: devel
r: devel
r: auto
cont: ~
rspm: ~
steps:
Expand All @@ -49,5 +51,6 @@ jobs:
has_latex: ${{ false }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run_docker: ${{ false }}
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
runner_os: ${{ runner.os }}
cache_version: cache-v1

0 comments on commit dc2e62a

Please sign in to comment.