Skip to content

Commit da16cfc

Browse files
author
ADOT Patch workflow
committed
test
1 parent c585bf8 commit da16cfc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)