Skip to content

Commit

Permalink
adding testing step
Browse files Browse the repository at this point in the history
  • Loading branch information
brycefrank committed Aug 16, 2023
1 parent ceb4371 commit 6c92230
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-model-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ jobs:
- name: Clone allometric/allometric.
run: |
git clone -b model_migration https://github.com/allometric/allometric.git
- name: Run install models test.
run: |
devtools::load_all("./allometric");
testthat::test_file("./allometric/tests/testthat/test-install.R")
shell: Rscript {0}

0 comments on commit 6c92230

Please sign in to comment.