rstudio / shinycoreci-apps

SUPERSEDED - Apps for Shiny continuous integration testing
Other
36 stars 4 forks source link

GHA: runTests failing #101

Closed MadhulikaTanuboddi closed 3 years ago

MadhulikaTanuboddi commented 3 years ago

runTests has been failing since build #458 https://github.com/rstudio/shinycoreci-apps/actions/runs/439857839

runTests_error_shinycoreci-apps-GHA
Error in validate_remotes_order() : 
  `rstudio/shinytest` needs `c("rstudio/shiny", "rstudio/shiny")`.
Move `c("shiny", "shiny")` lower than `rstudio/shinytest` in the `Remotes: ` order in the `shincoreci` `./DESCRIPTION` file.
This will insure the proper package version installed using `remotes::install_github()`
Calls: <Anonymous> ... unlist -> cached_remotes_order -> validate_remotes_order
Execution halted
Error: Process completed with exit code 1.
MadhulikaTanuboddi commented 3 years ago

runTests works. Closing the issue.