Skip to content

Commit a9c59e4

Browse files
committed
Don't run with R_QUARTO_QUIET false as this messes up snapshot test
1 parent 1b611d1 commit a9c59e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ jobs:
7474
install-pandoc: false
7575

7676
- uses: r-lib/actions/check-r-package@v2
77-
env:
78-
R_QUARTO_QUIET: FALSE
7977
with:
8078
upload-snapshots: true
8179
args: ${{ format('c("--no-manual", "--as-cran"{0})', format('{0}', matrix.config.quarto) == 'false' && ',"--ignore-vignettes"' || '') }}

0 commit comments

Comments
 (0)