Skip to content

Commit

Permalink
Separate exporters
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Nov 3, 2023
1 parent db4031d commit 0ecce4e
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,29 @@ jobs:
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
matrix:
python-version: [py37, py38, py39, py310, py311, pypy3]
package: ["api", "sdk", "semantic", "getting", "shim", "exporter", "protobuf",
"propagator"]
package: [
"api",
"sdk",
"semantic-conventions",
"getting-started",
"opentracing-shim",
"opencensus-shim",
"exporter-jaeger-combined",
"exporter-jaeger-proto-grpc",
"exporter-jaeger-thrift",
"exporter-opencensus",
"exporter-otlp-proto-common",
"exporter-otlp-combined",
"exporter-otlp-proto-grpc",
"exporter-otlp-proto-http",
"exporter-prometheus",
"exporter-zipkin-combined",
"exporter-zipkin-proto-http",
"exporter-zipkin-json",
"protobuf",
"propagator-b3"
"propagator-jaeger"
]
os: [ubuntu-20.04, windows-2019]
steps:
- name: Checkout Core Repo @ SHA - ${{ github.sha }}
Expand Down

0 comments on commit 0ecce4e

Please sign in to comment.