Skip to content

Commit

Permalink
added shell cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
brandmaier committed Mar 25, 2024
1 parent 69a1cdb commit 34ebcdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
# needs: pr-document
- name: install package
run: devtools::install_github("brandmaier/semtree")

shell: Rscript {0}

- name: run test
run: testthat::test_dir("tests/testthat/")
shell: Rscript {0}

0 comments on commit 34ebcdf

Please sign in to comment.