We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a50a45 commit ce529ddCopy full SHA for ce529dd
1 file changed
.github/workflows/lcm-integration-e2e.yaml
@@ -13,7 +13,6 @@ on:
13
env:
14
RT_S3_BUCKET_NAME: "gdc-dev-eu-integration-tests"
15
JAVA_HOME: /usr/lib/jvm/java-${{ inputs.java_version }}-openjdk-amd64
16
- PATH: /usr/lib/jvm/java-${{ inputs.java_version }}-openjdk-amd64/bin:/usr/local/bin:/usr/bin:/bin
17
18
jobs:
19
LCM-integration-e2e-tests:
@@ -24,6 +23,10 @@ jobs:
24
23
id-token: write
25
contents: read
26
steps:
+ - name: Add java path
27
+ run: |
28
+ echo "${JAVA_HOME}/bin" >> $GITHUB_PATH
29
+
30
- name: Checkout repository
31
uses: actions/checkout@v4
32
with:
0 commit comments