File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
.github/actions/patch-dependencies Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments