File tree Expand file tree Collapse file tree 3 files changed +490
-184
lines changed
Expand file tree Collapse file tree 3 files changed +490
-184
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,25 @@ jobs:
260260 - name : Run tests
261261 run : tox -e lint-opentelemetry-exporter-otlp-proto-http
262262
263+ lint-opentelemetry-exporter-otlp-proto-kafka :
264+ name : opentelemetry-exporter-otlp-proto-kafka
265+ runs-on : ubuntu-latest
266+ timeout-minutes : 30
267+ steps :
268+ - name : Checkout repo @ SHA - ${{ github.sha }}
269+ uses : actions/checkout@v4
270+
271+ - name : Set up Python 3.14
272+ uses : actions/setup-python@v5
273+ with :
274+ python-version : " 3.14"
275+
276+ - name : Install tox
277+ run : pip install tox-uv
278+
279+ - name : Run tests
280+ run : tox -e lint-opentelemetry-exporter-otlp-proto-kafka
281+
263282 lint-opentelemetry-exporter-prometheus :
264283 name : opentelemetry-exporter-prometheus
265284 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments