Skip to content

Commit af54d70

Browse files
committed
fix UDP Exporter Sample App
1 parent bb4abb4 commit af54d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/udp-exporter-e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
run: |
5252
export XRAY_UDP_SPAN_EXPORTER_VERSION=${{ steps.build-udp-exporter.outputs.xrayUdpSpanExporterVersion }}
5353
echo "Running Sample App against X-Ray UDP Span Exporter version: $XRAY_UDP_SPAN_EXPORTER_VERSION"
54-
gradle build
55-
gradle bootRun &
54+
../../gradlew build
55+
../../gradlew bootRun &
5656
sleep 5
5757
5858
- name: Call Sample App Endpoint

0 commit comments

Comments
 (0)