Skip to content

Commit

Permalink
Update generate-workflows (#4192)
Browse files Browse the repository at this point in the history
Fixes #4191
  • Loading branch information
ocelotl committed Sep 16, 2024
1 parent d5fb2c4 commit 0c9c624
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/contrib_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2060,6 +2060,34 @@ jobs:
- name: Run tests
run: tox -e py38-test-instrumentation-aio-pika-3 -- -ra

py38-test-instrumentation-aiokafka:
name: instrumentation-aiokafka
runs-on: ubuntu-latest
steps:
- name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
uses: actions/checkout@v4
with:
repository: open-telemetry/opentelemetry-python-contrib
ref: ${{ env.CONTRIB_REPO_SHA }}

- name: Checkout core repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
with:
repository: open-telemetry/opentelemetry-python
path: opentelemetry-python-core

- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
architecture: "x64"

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py38-test-instrumentation-aiokafka -- -ra

py38-test-instrumentation-kafka-python:
name: instrumentation-kafka-python
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0c9c624

Please sign in to comment.