Skip to content

Replace api_v3.SpansResponseChunk with opentelemetry.proto.trace.v1.T… #99

Replace api_v3.SpansResponseChunk with opentelemetry.proto.trace.v1.T…

Replace api_v3.SpansResponseChunk with opentelemetry.proto.trace.v1.T… #99

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