Skip to content

[DBZ][yugabyte/yugabyte-db#23903] CDCSDK: Disable transaction ordering with gRPC connector #10

[DBZ][yugabyte/yugabyte-db#23903] CDCSDK: Disable transaction ordering with gRPC connector

[DBZ][yugabyte/yugabyte-db#23903] CDCSDK: Disable transaction ordering with gRPC connector #10

Workflow file for this run

name: Build sanity for compilation
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cache local Maven repository
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Verify code compilation
run: mvn clean verify -Dquick