Skip to content

Upgrade to opentelemetry-proto v1.1.0 #101

Upgrade to opentelemetry-proto v1.1.0

Upgrade to opentelemetry-proto v1.1.0 #101

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
gen-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Init git submodules
run: make init-submodule
- name: Run unit tests
run: make test-ci