File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
.github/actions/patch-dependencies Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,16 @@ runs:
116116 arguments : publishToMavenLocal --scan --no-daemon
117117 build-root-directory : opentelemetry-java-instrumentation
118118
119+ - name : Save JMX metrics test reports
120+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
121+ if : ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests != 'false' && always() }}
122+ with :
123+ name : jmx-metrics-test-reports
124+ path : |
125+ opentelemetry-java-instrumentation/instrumentation/jmx-metrics/library/build/reports/tests/test/
126+ opentelemetry-java-instrumentation/instrumentation/jmx-metrics/library/build/test-results/test/
127+ retention-days : 7
128+
119129 - name : cleanup opentelmetry-java-instrumentation
120130 run : rm -rf opentelemetry-java-instrumentation
121131 if : ${{ env.patch_otel_java_instrumentation == 'true' }}
You can’t perform that action at this time.
0 commit comments