Skip to content

Commit 92e6efc

Browse files
committed
Show quarto output in CI
1 parent 1a9e74c commit 92e6efc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)