We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96a0ee commit 15eafdaCopy full SHA for 15eafda
.github/workflows/ci.yml
@@ -18,6 +18,8 @@ jobs:
18
uses: actions/setup-java@v1
19
with:
20
java-version: 11
21
+ - name: Install sbt
22
+ uses: sbt/setup-sbt@v1
23
- name: Check Scala formatting
24
if: ${{ always() }}
25
run: sbt scalafmtCheckAll scalafmtSbtCheck
@@ -53,6 +55,8 @@ jobs:
53
55
54
56
57
58
59
60
- name: Get the latest Databricks JDBC driver
61
run: |
62
curl https://databricks-bi-artifacts.s3.us-east-2.amazonaws.com/simbaspark-drivers/jdbc/2.6.40/DatabricksJDBC42-2.6.40.1070.zip --output DatabricksJDBC42.jar.zip
0 commit comments