Skip to content

Commit

Permalink
GHA: only check donttest examples on one platform
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Jul 5, 2022
1 parent e726862 commit e8382da
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/cmd-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
fail-fast: false
matrix:
config:
- { os: windows-latest, r: 'release', args: "'--no-manual'"}
- { os: macOS-latest, r: 'release', args: "'--no-manual'"}
- { os: ubuntu-18.04, r: '3.5', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest", args: "'--no-manual'"}
- { os: ubuntu-18.04, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest", args: "'--no-manual'"}
- { os: ubuntu-18.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest", args: "''"}
- { os: ubuntu-18.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest", args: "'--no-manual'"}
- { os: windows-latest, r: 'release', args: "'--no-manual'", rundonttest: "false"}
- { os: macOS-latest, r: 'release', args: "'--no-manual'", rundonttest: "false"}
- { os: ubuntu-18.04, r: '3.5', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest", args: "'--no-manual'", rundonttest: "false"}
- { os: ubuntu-18.04, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest", args: "'--no-manual'", rundonttest: "false"}
- { os: ubuntu-18.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest", args: "''", rundonttest: "true"}
- { os: ubuntu-18.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest", args: "'--no-manual'", rundonttest: "false"}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand All @@ -31,6 +31,7 @@ jobs:
BCDC_KEY: ${{ secrets.BCDC_KEY }}
BCDC_TEST_RECORD: ${{ secrets.BCDC_TEST_RECORD }}
cache-version: v6
_R_CHECK_DONTTEST_EXAMPLES_: ${{ matrix.config.rundonttest }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e8382da

Please sign in to comment.