Skip to content

Commit 6cb1adc

Browse files
committed
test
1 parent 6be358a commit 6cb1adc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ 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

112112
# - name: Build opentelemetry java instrumentation
113113
# uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2

0 commit comments

Comments
 (0)