Skip to content

Commit

Permalink
fix test ✅
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Nov 12, 2024
1 parent df5f1e9 commit 5e89c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "Rendering the page..."
Rscript -e 'install.packages(c("knitr", "rmarkdown", "kableExtra", "officedown", "pak"))'
Rscript -e 'rmarkdown::render(input = "examples/DownloadandSaveModelLocally.Rmd",
params = list(model = "v1.0", state = "AR", year = 2020))'
params = list(model = "v1.0", states = c("AR"), years = c(2019,2020))'
Rscript -e 'rmarkdown::render(input = "examples/Demo-Multipliers-CO.Rmd")'
Rscript -e 'rmarkdown::render(input = "examples/BuildandSaveModelsLocally.Rmd",
Expand Down

0 comments on commit 5e89c95

Please sign in to comment.