Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ablack3 committed Dec 9, 2023
1 parent 3bd21db commit 26a8a0a
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 241 deletions.
File renamed without changes.
60 changes: 0 additions & 60 deletions .github/workflows/old_workflows/postgres-test.yaml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/old_workflows/redshift-test.yaml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/old_workflows/snowflake-odbc-test.yaml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/old_workflows/sqlserver-odbc-test.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion tests/testthat/old_tests/test-cdmSubset.R
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
# skip("required columns not found in cdm table condition_occurrence")
#
# con <- DBI::dbConnect(odbc::odbc(),
# Driver = "ODBC Driver 18 for SQL Server",
# Driver = Sys.getenv("SQL_SERVER_DRIVER"),
# Server = Sys.getenv("CDM5_SQL_SERVER_SERVER"),
# Database = Sys.getenv("CDM5_SQL_SERVER_CDM_DATABASE"),
# UID = Sys.getenv("CDM5_SQL_SERVER_USER"),
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/old_tests/test-summariseQuantile.R
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
# skip("manual test")
#
# con <- DBI::dbConnect(odbc::odbc(),
# Driver = "ODBC Driver 18 for SQL Server",
# Driver = Sys.getenv("SQL_SERVER_DRIVER"),
# Server = Sys.getenv("CDM5_SQL_SERVER_SERVER"),
# Database = Sys.getenv("CDM5_SQL_SERVER_CDM_DATABASE"),
# UID = Sys.getenv("CDM5_SQL_SERVER_USER"),
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-zzz-dplyr.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
# skip("manual test")
#
# con <- DBI::dbConnect(odbc::odbc(),
# Driver = "ODBC Driver 18 for SQL Server",
# Driver = Sys.getenv("SQL_SERVER_DRIVER"),
# Server = Sys.getenv("CDM5_SQL_SERVER_SERVER"),
# Database = Sys.getenv("CDM5_SQL_SERVER_CDM_DATABASE"),
# UID = Sys.getenv("CDM5_SQL_SERVER_USER"),
Expand Down

0 comments on commit 26a8a0a

Please sign in to comment.