Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d48ecd

Browse files
author
alrex
authored
adding propagator to GH action (open-telemetry#1530)
1 parent baa2fcb commit 3d48ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
2929
matrix:
3030
python-version: [ py35, py36, py37, py38, py39, pypy3 ]
31-
package: ["instrumentation", "core", "exporter"]
31+
package: ["instrumentation", "core", "exporter", "propagator"]
3232
os: [ ubuntu-latest ]
3333
include:
3434
# py35-instrumentation segfaults on 18.04 so we instead run on 20.04

0 commit comments

Comments
 (0)