Skip to content

Commit 3cf0f7c

Browse files
committed
test
1 parent a298ff4 commit 3cf0f7c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373

7474
- name: Build opentelemetry-java
7575
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2
76-
if: ${{ env.patch_otel_java == 'true' && inputs.run_tests == 'false' }}
76+
if: ${{ env.patch_otel_java == 'true' && inputs.run_tests != 'true' }}
7777
with:
7878
arguments: publishToMavenLocal --scan --no-daemon
7979
build-root-directory: opentelemetry-java
@@ -83,16 +83,16 @@ 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
95-
if: ${{ env.patch_otel_java_contrib == 'true' && inputs.run_tests == 'false' }}
95+
if: ${{ env.patch_otel_java_contrib == 'true' && inputs.run_tests != 'true' }}
9696
with:
9797
arguments: publishToMavenLocal --scan --no-daemon
9898
build-root-directory: opentelemetry-java-contrib
@@ -111,7 +111,7 @@ runs:
111111

112112
- name: Build opentelemetry java instrumentation
113113
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2
114-
if: ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests == 'false' }}
114+
if: ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests != 'true' }}
115115
with:
116116
arguments: publishToMavenLocal --scan --no-daemon
117117
build-root-directory: opentelemetry-java-instrumentation

0 commit comments

Comments
 (0)