Skip to content

Commit

Permalink
Change folder for testthat.Rout to tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusMuck committed Jan 29, 2025
1 parent b463f2c commit 3d34114
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(file = "tests/testthat/testthat.Rout")
sink(file = "tests/testthat.Rout")
testthat::test_dir("tests/testthat")
sink()
shell: Rscript {0}
Expand Down

0 comments on commit 3d34114

Please sign in to comment.