[DBZ-PGYB][yugabyte/yuyabyte-db#24204] Changes to support LSN types with replication slot #177
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: YugabyteDB PG parity sanity | |
on: | |
push: | |
branches: | |
- ybdb-debezium-2.5.2 | |
pull_request: | |
branches: | |
- ybdb-debezium-2.5.2 | |
jobs: | |
build: | |
name: "Build PG connector" | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Action | |
uses: actions/checkout@v4 | |
- name: Set up Java 17 | |
uses: actions/setup-java@v4 | |
with: | |
distribution: 'temurin' | |
java-version: 17 | |
- name: Download dependencies | |
run: ./mvnw clean install -Dquick -pl debezium-connector-postgres -am |