Skip to content

Commit

Permalink
Specific file in sink()
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusMuck committed Jan 28, 2025
1 parent 2fe26cc commit ca2ae26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

- name: Run tests and capture output
run: |
sink("tests/testthat/testthat.Rout")
sink(file = "tests/testthat/testthat.Rout")
testthat::test_dir("tests/testthat")
sink()
shell: Rscript {0}
Expand Down

0 comments on commit ca2ae26

Please sign in to comment.