Skip to content

Commit f12b059

Browse files
committed
rawtochar
1 parent 6d9572e commit f12b059

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/template-test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424

2525
- shell: Rscript {0}
2626
run: |
27-
rvdat::vdat_call(what = c("template", "--format=csv.fathom"))
27+
shell_out <- rvdat::vdat_call(what = c("template", "--format=csv.fathom"), print = FALSE)
28+
rawToChar(shell_out$stdout)
2829
2930
# - shell: Rscript {0}
3031
# run: |

0 commit comments

Comments
 (0)