Skip to content

chore(Dependencies) : update calcite-core from 1.33.0 to 1.38.0 #1027

chore(Dependencies) : update calcite-core from 1.33.0 to 1.38.0

chore(Dependencies) : update calcite-core from 1.33.0 to 1.38.0 #1027

Workflow file for this run

name: scalaci
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache SBT
uses: actions/cache@v2
with:
path: |
~/.ivy2/cache
~/.sbt
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
- name: Set up JDK 11.0.8
uses: actions/setup-java@v1
with:
java-version: '11.0.8' # The JDK version to make available on the path.
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
architecture: x64 # (x64 or x86) - defaults to x64
- name: Run Tests
run: ./.cicd/test.sh