Skip to content

Commit 85cce1e

Browse files
committed
test
1 parent deb9cd5 commit 85cce1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ runs:
104104

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

0 commit comments

Comments
 (0)