Skip to content

Commit 609e258

Browse files
authored
Merge branch 'main' into py313-celery
2 parents 18bb77f + 375eb6f commit 609e258

File tree

21 files changed

+661
-396
lines changed

21 files changed

+661
-396
lines changed

.github/workflows/core_contrib_test_0.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,28 @@ jobs:
657657
- name: Run tests
658658
run: tox -e py38-test-instrumentation-falcon-2 -- -ra
659659

660+
py38-test-instrumentation-falcon-3:
661+
name: instrumentation-falcon-3
662+
runs-on: ubuntu-latest
663+
steps:
664+
- name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
665+
uses: actions/checkout@v4
666+
with:
667+
repository: open-telemetry/opentelemetry-python-contrib
668+
ref: ${{ env.CONTRIB_REPO_SHA }}
669+
670+
- name: Set up Python 3.8
671+
uses: actions/setup-python@v5
672+
with:
673+
python-version: "3.8"
674+
architecture: "x64"
675+
676+
- name: Install tox
677+
run: pip install tox
678+
679+
- name: Run tests
680+
run: tox -e py38-test-instrumentation-falcon-3 -- -ra
681+
660682
py38-test-instrumentation-fastapi:
661683
name: instrumentation-fastapi
662684
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)