Skip to content

Commit

Permalink
Allow warnings on check due to vignette compaction
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Dec 5, 2021
1 parent 3d62340 commit f9b0a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-non-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- uses: r-lib/actions/check-r-package@v1
with:
build_args: '"--compact-vignettes", "--no-manual"'
error-on: '"error"' # osx complains about vignette compaction
continue-on-error: ${{ matrix.config.r == 'devel' }}

- name: Show testthat output
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- uses: r-lib/actions/check-r-package@v1
with:
build_args: '"--compact-vignettes", "--no-manual"'
error-on: '"error"' # osx complains about vignette compaction
continue-on-error: ${{ matrix.config.r == 'devel' }}

- name: Show testthat output
Expand Down

0 comments on commit f9b0a22

Please sign in to comment.