Skip to content

Commit

Permalink
Multiline GHA run script bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewherren committed Jun 17, 2024
1 parent a28e294 commit b945b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
extra-packages: any::testthat, any::decor

- name: Run unit tests
run:
run: |
Rscript cran-bootstrap.R
Rscript -e 'testthat::test_local("stochtree_cran")'

0 comments on commit b945b58

Please sign in to comment.