Skip to content

DBZ-7921 Kafka offset/history store support #74

DBZ-7921 Kafka offset/history store support

DBZ-7921 Kafka offset/history store support #74

Workflow file for this run

name: Systemtests
on:
pull_request:
branches:
- main
paths-ignore:
- '*.md'
push:
branches:
- main
paths-ignore:
- '*.md'
jobs:
run-systemtests:
runs-on: ubuntu-latest
steps:
- name: Checkout Debezium Operator
uses: actions/checkout@v4
with:
path: operator
- uses: ./operator/.github/actions/maven-cache
- uses: ./operator/.github/actions/run-systemtests