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 bb4abb4 commit af54d70Copy full SHA for af54d70
.github/workflows/udp-exporter-e2e-test.yml
@@ -51,8 +51,8 @@ jobs:
51
run: |
52
export XRAY_UDP_SPAN_EXPORTER_VERSION=${{ steps.build-udp-exporter.outputs.xrayUdpSpanExporterVersion }}
53
echo "Running Sample App against X-Ray UDP Span Exporter version: $XRAY_UDP_SPAN_EXPORTER_VERSION"
54
- gradle build
55
- gradle bootRun &
+ ../../gradlew build
+ ../../gradlew bootRun &
56
sleep 5
57
58
- name: Call Sample App Endpoint
0 commit comments