Skip to content

Commit

Permalink
ci: snapshot the renv contents
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Sep 1, 2023
1 parent ddce531 commit e1aae32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prepare_connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
setwd("analytics")
renv::init()
renv::install(paste0("appsilon/shiny.telemetry@", Sys.getenv("SHA")))
renv::snapshot()
renv::install("rsconnect")
rsconnect::writeManifest()
Expand All @@ -103,6 +104,7 @@ jobs:
setwd("instrumentation")
renv::init()
renv::install(paste0("appsilon/shiny.telemetry@", Sys.getenv("SHA")))
renv::snapshot()
renv::install("rsconnect")
rsconnect::writeManifest()
Expand All @@ -113,6 +115,7 @@ jobs:
setwd("plumber_rest_api")
renv::restore(exclude = "shiny.telemetry")
renv::install(paste0("appsilon/shiny.telemetry@", Sys.getenv("SHA")))
renv::snapshot()
renv::install("rsconnect")
rsconnect::writeManifest()
Expand Down

0 comments on commit e1aae32

Please sign in to comment.