Skip to content

Commit 33f7ef9

Browse files
committed
see if this will bring back the testthat live output?
1 parent 7d386ab commit 33f7ef9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ jobs:
7474
upload-snapshots: true
7575
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
7676

77+
- name: Show testthat output
78+
if: always()
79+
shell: bash
80+
run: find check -name 'testthat.Rout*' -exec cat '{}' \; || true
81+
7782
# - name: Check on single core machine
7883
# if: runner.os != 'Windows'
7984
# env:

0 commit comments

Comments
 (0)