Skip to content

Commit d26fbc4

Browse files
CI: Add/Remove truffle in DB
1 parent df8a10c commit d26fbc4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci-connect-db.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
3737
- name: Test DB connection
3838
run: |
39-
Rscript -e 'library(truffles); con <- connect_db(); print(DBI::dbListTables(con)); DBI::dbDisconnect(con)'
39+
Rscript -e 'library(truffles); con <- connect_db(); write_db_new_truffle(conn = con, theidoak = 1, date_found = Sys.Date(), weight = 25, estimation = 1, comment = "tosupp_for_CI"); DBI::dbExecute(con, "DELETE FROM truffe WHERE comment = 'tosupp_for_CI'"); DBI::dbDisconnect(con)'
4040

R/mod_carto_leaflet.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ mod_carto_leaflet_ui <- function(id) {
2424
fill = TRUE,
2525
status = "primary"
2626
)
27-
# tags$input(type = "checkbox", id = ns("reens_id"), value = "1"),
28-
# tags$label("Rensemenc\u00e9"),
29-
# style = "display: inline-block; margin-right: 10px;"
3027
),
3128
tags$div(
3229
id = ns("mymap"),

0 commit comments

Comments
 (0)