Skip to content

Commit

Permalink
mimic more
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Nov 2, 2021
1 parent 074d3f5 commit 69c3455
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/check-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,22 @@ on:
# Ignore the pkgdown pages.
- 'gh-pages'
pull_request:
branches:
- main
- master
branches: [main, master]

name: R-CMD-check

jobs:
R-CMD-check:
runs-on: ${{ matrix.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
include:
Expand All @@ -28,14 +30,17 @@ jobs:
# include:
# - os: ubuntu-latest
# - os: macos-latest
# ONLYREADTESTS: true
# ONLY_READ_TESTS: true

steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-pandoc@v1

- uses: r-lib/actions/setup-pandoc@master
- uses: r-lib/actions/setup-r@v1
with:
r-version: ${{ matrix.config.r }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v1
with:
Expand Down

0 comments on commit 69c3455

Please sign in to comment.