Skip to content

fix(kafka-source): prevent clashing groupids when one not provided #183

fix(kafka-source): prevent clashing groupids when one not provided

fix(kafka-source): prevent clashing groupids when one not provided #183

name: Python Test Build
on:
pull_request:
branches:
- "release-please*"
push:
branches-ignore:
- "main"
workflow_dispatch:
jobs:
test-and-build:
name: Python Test and Build
strategy:
fail-fast: true
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
uses: telicent-oss/shared-workflows/.github/workflows/python-ci-qa.yml@main
with:
PYTHON_VERSION: ${{ matrix.python-version }}