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 @@ -459,6 +459,28 @@ jobs:
459459 - name : Run tests
460460 run : tox -e py38-test-instrumentation-boto -- -ra
461461
462+ py38-test-instrumentation-click :
463+ name : instrumentation-click
464+ runs-on : ubuntu-latest
465+ steps :
466+ - name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
467+ uses : actions/checkout@v4
468+ with :
469+ repository : open-telemetry/opentelemetry-python-contrib
470+ ref : ${{ env.CONTRIB_REPO_SHA }}
471+
472+ - name : Set up Python 3.8
473+ uses : actions/setup-python@v5
474+ with :
475+ python-version : " 3.8"
476+ architecture : " x64"
477+
478+ - name : Install tox
479+ run : pip install tox
480+
481+ - name : Run tests
482+ run : tox -e py38-test-instrumentation-click -- -ra
483+
462484 py38-test-instrumentation-elasticsearch-0 :
463485 name : instrumentation-elasticsearch-0
464486 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments