Skip to content

Commit 3a6679b

Browse files
author
ADOT Patch workflow
committed
Revert "save test reports in case of additional failure"
This reverts commit 8667004.
1 parent 5a41ca7 commit 3a6679b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/actions/patch-dependencies/action.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,6 @@ 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-
129119
- name: cleanup opentelmetry-java-instrumentation
130120
run: rm -rf opentelemetry-java-instrumentation
131121
if: ${{ env.patch_otel_java_instrumentation == 'true' }}

0 commit comments

Comments
 (0)