Skip to content

Commit d067f97

Browse files
Merge pull request #7 from ThinkR-open/dev
CI : fix: Remove truffle
2 parents e5548d0 + 657338a commit d067f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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(); 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)'
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 = $1", params = list("tosupp_for_CI")); DBI::dbDisconnect(con)'
4040

0 commit comments

Comments
 (0)