File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
.github/actions/patch-dependencies Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,14 @@ runs:
106106 uses : gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
107107 if : ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests != 'false' }}
108108 with :
109- arguments : check -x spotlessCheck -Dcheckstyle.skip=true publishToMavenLocal --scan --no-daemon --fail-fast -q
109+ arguments : check -x spotlessCheck -Dcheckstyle.skip=true -Dorg.gradle.parallel=false --scan --no-daemon -q
110+ build-root-directory : opentelemetry-java-instrumentation
111+
112+ - name : Publish opentelemetry-java-instrumentation after tests pass
113+ uses : gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
114+ if : ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests != 'false' }}
115+ with :
116+ arguments : publishToMavenLocal -Dcheckstyle.skip=true --scan --no-daemon -q
110117 build-root-directory : opentelemetry-java-instrumentation
111118
112119 - name : Build opentelemetry java instrumentation
You can’t perform that action at this time.
0 commit comments