We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba32e99 commit 368148eCopy full SHA for 368148e
.github/workflows/release-udp-exporter.yml
@@ -31,11 +31,6 @@ jobs:
31
working-directory: exporters/aws-otel-otlp-udp-exporter
32
run: hatch build
33
34
- # TODO: Add unit tests step
35
- - name: Ensure Unit Tests are passing
36
- run: |
37
- pytest exporters/aws-otel-otlp-udp-exporter/tests/test_exporter.py
38
-
39
- name: Download and run X-Ray Daemon
40
run: |
41
mkdir xray-daemon
@@ -48,6 +43,10 @@ jobs:
48
43
49
44
pip install ./exporters/aws-otel-otlp-udp-exporter/dist/*.whl
50
45
46
+ - name: Ensure Unit Tests are passing
47
+ run: |
+ pytest exporters/aws-otel-otlp-udp-exporter/tests/test_exporter.py
+
51
- name: Run Sample App in Background
52
working-directory: sample-applications/integ-test-app
53
0 commit comments