Skip to content

capture and log errors in finalizer #84

capture and log errors in finalizer

capture and log errors in finalizer #84

Workflow file for this run

name: "Kafkac Testing"
on:
push:
branches:
- "main"
jobs:
build:
name: continuous-integration
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
matrix:
python-version:
- "3.11"
- "3.12"
- "3.13"
env:
UV_PYTHON: ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v6
- name: Check Docker
run: docker ps
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Install the project
run: uv sync --locked --all-extras --dev
- name: Run tests
run: |
uv run pytest -v -s tests/