We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb9cd5 commit 85cce1eCopy full SHA for 85cce1e
.github/actions/patch-dependencies/action.yml
@@ -104,7 +104,7 @@ runs:
104
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 != 'true' }}
+ 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
0 commit comments