Skip to content

Bump io.debezium:debezium-connector-mysql from 2.1.3.Final to 2.3.0.Final in /kinesis #36

Bump io.debezium:debezium-connector-mysql from 2.1.3.Final to 2.3.0.Final in /kinesis

Bump io.debezium:debezium-connector-mysql from 2.1.3.Final to 2.3.0.Final in /kinesis #36

name: Build [kinesis]
on:
push:
paths:
- 'kinesis/**'
- '.github/workflows/kinesis-workflow.yml'
pull_request:
paths:
- 'kinesis/**'
- '.github/workflows/kinesis-workflow.yml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache local Maven repository
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('apache-pulsar/**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Check changes in [kinesis] example
run: cd kinesis && mvn clean install -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120