File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments