Skip to content

Commit 1f4ef80

Browse files
committed
move udp validation app
1 parent 4081e79 commit 1f4ef80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
pip install ./exporters/aws-otel-otlp-udp-exporter/dist/*.whl
6969
7070
- name: Run validation test
71-
working-directory: exporters/aws-otel-otlp-udp-exporter/validation-app
72-
run: python app.py
71+
working-directory: sample-applications/integ-test-app
72+
run: python udp_exporter_validation_app.py
7373

7474
- name: Verify X-Ray daemon received traces
7575
run: |

0 commit comments

Comments
 (0)