Skip to content

For tables with the same name in different libraries, the field order is not consistent #371

For tables with the same name in different libraries, the field order is not consistent

For tables with the same name in different libraries, the field order is not consistent #371

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: olafurpg/setup-scala@v13
with:
java-version: [email protected]
- name: Cache SBT
uses: actions/cache@v3
with:
path: |
~/.cache/coursier/v1
~/.sbt
key: sbt-${{ hashFiles('**/build.sbt') }}
- name: Run tests
run: sbt clean test