Skip to content

Commit

Permalink
only fail checks on error, not warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
csangara committed Aug 28, 2024
1 parent c44b091 commit 2e834d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ jobs:
with:
upload-snapshots: true
args: 'c("--no-manual","--no-build-vignettes","--no-examples")'
build_args: 'c("--no-manual","--no-build-vignettes")'
build_args: 'c("--no-manual","--no-build-vignettes", "--no-resave-data")'
error-on: '"error"'

0 comments on commit 2e834d0

Please sign in to comment.