Skip to content

Commit 6be358a

Browse files
committed
test
1 parent 2a0ff30 commit 6be358a

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
@@ -83,12 +83,12 @@ runs:
8383
if: ${{ env.patch_otel_java == 'true' }}
8484
shell: bash
8585

86-
- name: Build opentelemetry-java-contrib with tests
87-
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2
88-
if: ${{ env.patch_otel_java_contrib == 'true' && inputs.run_tests != 'false' }}
89-
with:
90-
arguments: build publishToMavenLocal --scan --no-daemon
91-
build-root-directory: opentelemetry-java-contrib
86+
# - name: Build opentelemetry-java-contrib with tests
87+
# uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2
88+
# if: ${{ env.patch_otel_java_contrib == 'true' && inputs.run_tests != 'false' }}
89+
# with:
90+
# arguments: build publishToMavenLocal --scan --no-daemon
91+
# build-root-directory: opentelemetry-java-contrib
9292

9393
- name: Build opentelemetry-java-contrib
9494
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2

0 commit comments

Comments
 (0)