Skip to content

Commit

Permalink
Noting reason for disabling Databricks on Linux. Updading checkout ac…
Browse files Browse the repository at this point in the history
…tion to v4
  • Loading branch information
schuemie committed Oct 4, 2024
1 parent 2e84364 commit b84f2d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R_CMD_check_Hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
CDM_BIG_QUERY_OHDSI_SCHEMA: ${{ secrets.CDM_BIG_QUERY_OHDSI_SCHEMA }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Java
if: runner.os != 'Linux'
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R_CMD_check_main_weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
CDM5_SPARK_OHDSI_SCHEMA: ${{ secrets.CDM5_SPARK_OHDSI_SCHEMA }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v4
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ testServers[[length(testServers) + 1]] <- list(
)

# Databricks (Spark)
# Databricks is causing segfault errors on Linux. Temporary workaround is not to test on
# Linux
if (.Platform$OS.type == "windows") {
testServers[[length(testServers) + 1]] <- list(
connectionDetails = details <- createConnectionDetails(
Expand Down

0 comments on commit b84f2d9

Please sign in to comment.