Skip to content

Commit

Permalink
Fix Rscript GHA bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewherren committed Jun 17, 2024
1 parent db8549d commit a28e294
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/r-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ jobs:

- name: Run unit tests
run:
source("./cran-bootstrap.R")
testthat::test_local("stochtree_cran")
shell: Rscript {0}
Rscript cran-bootstrap.R
Rscript -e 'testthat::test_local("stochtree_cran")'

0 comments on commit a28e294

Please sign in to comment.