Skip to content

Commit 368148e

Browse files
committed
reorder unit test workflow step
1 parent ba32e99 commit 368148e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release-udp-exporter.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
working-directory: exporters/aws-otel-otlp-udp-exporter
3232
run: hatch build
3333

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-
3934
- name: Download and run X-Ray Daemon
4035
run: |
4136
mkdir xray-daemon
@@ -48,6 +43,10 @@ jobs:
4843
run: |
4944
pip install ./exporters/aws-otel-otlp-udp-exporter/dist/*.whl
5045
46+
- name: Ensure Unit Tests are passing
47+
run: |
48+
pytest exporters/aws-otel-otlp-udp-exporter/tests/test_exporter.py
49+
5150
- name: Run Sample App in Background
5251
working-directory: sample-applications/integ-test-app
5352
run: |

0 commit comments

Comments
 (0)