Skip to content

Commit a8485ab

Browse files
committed
vdat_call
1 parent c47dd08 commit a8485ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/template-test.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ jobs:
2424

2525
- shell: Rscript {0}
2626
run: |
27-
testthat::test_file('tests/testthat/test-vdat_template.R', package = 'rvdat')
27+
vdat_call(what = c("template", "--format=csv.fathom"))
28+
29+
# - shell: Rscript {0}
30+
# run: |
31+
# testthat::test_file('tests/testthat/test-vdat_template.R', package = 'rvdat')
2832

0 commit comments

Comments
 (0)