Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Aug 15, 2024
1 parent ed64e16 commit 4945578
Showing 1 changed file with 3 additions and 31 deletions.
34 changes: 3 additions & 31 deletions .github/workflows/contrib_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,8 @@ jobs:
- name: Run tests
run: tox -e py38-test-instrumentation-falcon-2 -- -ra

py38-test-instrumentation-fastapi-main:
name: instrumentation-fastapi-main
py38-test-instrumentation-fastapi:
name: instrumentation-fastapi
runs-on: ubuntu-latest
steps:
- name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
Expand All @@ -658,35 +658,7 @@ jobs:
run: pip install tox

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

py38-test-instrumentation-fastapi-slim:
name: instrumentation-fastapi-slim
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-fastapi-slim -- -ra
run: tox -e py38-test-instrumentation-fastapi -- -ra

py38-test-instrumentation-flask-0:
name: instrumentation-flask-0
Expand Down

0 comments on commit 4945578

Please sign in to comment.