Skip to content

Commit 854ee37

Browse files
committed
trest
1 parent 3cf0f7c commit 854ee37

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -102,21 +102,21 @@ runs:
102102
if: ${{ env.patch_otel_java_contrib == 'true' }}
103103
shell: bash
104104

105-
- name: Build opentelemetry-java-instrumentation with tests
106-
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2
107-
if: ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests != 'false' }}
108-
with:
109-
arguments: check -x spotlessCheck publishToMavenLocal --scan --no-daemon
110-
build-root-directory: opentelemetry-java-instrumentation
105+
# - name: Build opentelemetry-java-instrumentation with tests
106+
# uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2
107+
# if: ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests != 'false' }}
108+
# with:
109+
# arguments: check -x spotlessCheck publishToMavenLocal --scan --no-daemon
110+
# build-root-directory: opentelemetry-java-instrumentation
111111

112-
- name: Build opentelemetry java instrumentation
113-
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2
114-
if: ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests != 'true' }}
115-
with:
116-
arguments: publishToMavenLocal --scan --no-daemon
117-
build-root-directory: opentelemetry-java-instrumentation
112+
# - name: Build opentelemetry java instrumentation
113+
# uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2
114+
# if: ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests != 'true' }}
115+
# with:
116+
# arguments: publishToMavenLocal --scan --no-daemon
117+
# build-root-directory: opentelemetry-java-instrumentation
118118

119-
- name: cleanup opentelmetry-java-instrumentation
120-
run: rm -rf opentelemetry-java-instrumentation
121-
if: ${{ env.patch_otel_java_instrumentation == 'true' }}
122-
shell: bash
119+
# - name: cleanup opentelmetry-java-instrumentation
120+
# run: rm -rf opentelemetry-java-instrumentation
121+
# if: ${{ env.patch_otel_java_instrumentation == 'true' }}
122+
# shell: bash

0 commit comments

Comments
 (0)