Skip to content

Commit 926158e

Browse files
committed
Update workflows
1 parent 3c1dab8 commit 926158e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/core_contrib_test_0.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)