Skip to content

Commit 0ecce4e

Browse files
committed
Separate exporters
1 parent db4031d commit 0ecce4e

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

Diff for: .github/workflows/test.yml

+23-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,29 @@ jobs:
3636
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
3737
matrix:
3838
python-version: [py37, py38, py39, py310, py311, pypy3]
39-
package: ["api", "sdk", "semantic", "getting", "shim", "exporter", "protobuf",
40-
"propagator"]
39+
package: [
40+
"api",
41+
"sdk",
42+
"semantic-conventions",
43+
"getting-started",
44+
"opentracing-shim",
45+
"opencensus-shim",
46+
"exporter-jaeger-combined",
47+
"exporter-jaeger-proto-grpc",
48+
"exporter-jaeger-thrift",
49+
"exporter-opencensus",
50+
"exporter-otlp-proto-common",
51+
"exporter-otlp-combined",
52+
"exporter-otlp-proto-grpc",
53+
"exporter-otlp-proto-http",
54+
"exporter-prometheus",
55+
"exporter-zipkin-combined",
56+
"exporter-zipkin-proto-http",
57+
"exporter-zipkin-json",
58+
"protobuf",
59+
"propagator-b3"
60+
"propagator-jaeger"
61+
]
4162
os: [ubuntu-20.04, windows-2019]
4263
steps:
4364
- name: Checkout Core Repo @ SHA - ${{ github.sha }}

0 commit comments

Comments
 (0)