Skip to content

Commit 1a5453c

Browse files
committed
updating patch-dependencies & e2e-tests-with-operator
1 parent c85cfa9 commit 1a5453c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,8 @@ runs:
7373
if: ${{ env.patch_otel_java == 'true' && inputs.run_tests == 'false' }}
7474

7575
- name: Build opentelemetry-java
76-
uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a #4.4.3
77-
if: ${{ env.patch_otel_java == 'true' && inputs.run_tests == 'false' }}working-directory opentelemetry-java
78-
76+
if: ${{ env.patch_otel_java == 'true' && inputs.run_tests == 'false' }}
77+
working-directory: opentelemetry-java
7978
run: ./gradlew publishToMavenLocal
8079

8180
- name: cleanup opentelemetry-java

.github/workflows/e2e-tests-with-operator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
registry: public.ecr.aws
7272

73-
- name: Build and push Sample-Apps without Auto-Instrumentation Agent
73+
- name: Setup Gradle
7474
uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a #v4.4.3
7575

7676
- name: Build and push Sample-Apps with Auto-Instrumentation Agent

0 commit comments

Comments
 (0)