Skip to content

Commit 7eb9208

Browse files
committed
fix validation app dir name
1 parent f60e52b commit 7eb9208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
pip install ./exporters/aws-otel-otlp-udp-exporter/dist/*.whl
9797
9898
- name: Run validation test
99-
working-directory: exporters/aws-otel-otlp-udp-exporter/validation_app
99+
working-directory: exporters/aws-otel-otlp-udp-exporter/validation-app
100100
run: python app.py
101101

102102
- name: Verify X-Ray daemon received traces

0 commit comments

Comments
 (0)