Skip to content

Fix CI after the connector package split #1072

Fix CI after the connector package split

Fix CI after the connector package split #1072

name: Code Quality Checks
on:
push:
branches:
- PECO-1803/connector-split
pull_request:
branches:
- PECO-1803/connector-split
jobs:
validate-connector-core:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Build
uses: ./.github/workflows/build.yml
with:
target_path: "databricks_sql_connector_core"
run_test: true