Skip to content

Commit

Permalink
first try on bump otel-proto to protobuf5
Browse files Browse the repository at this point in the history
  • Loading branch information
emdneto committed Sep 30, 2024
1 parent cafd7f2 commit 669f648
Show file tree
Hide file tree
Showing 28 changed files with 3,218 additions and 2,753 deletions.
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

0 comments on commit 669f648

Please sign in to comment.