Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/lint_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Run tests
run: tox -e lint-opentelemetry-api

lint-opentelemetry-proto:
name: opentelemetry-proto
lint-opentelemetry-proto-protobuf5:
name: opentelemetry-proto-protobuf5
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
Expand All @@ -50,7 +50,7 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e lint-opentelemetry-proto
run: tox -e lint-opentelemetry-proto-protobuf5

lint-opentelemetry-sdk:
name: opentelemetry-sdk
Expand Down
24 changes: 3 additions & 21 deletions .github/workflows/misc_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
- name: Run tests
run: tox -e docs

docker-tests-proto3:
name: docker-tests-proto3
docker-tests-proto:
name: docker-tests-proto
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
Expand All @@ -122,25 +122,7 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e docker-tests-proto3

docker-tests-proto4:
name: docker-tests-proto4
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e docker-tests-proto4
run: tox -e docker-tests-proto

public-symbols-check:
name: public-symbols-check
Expand Down
Loading