Skip to content

Commit c73d4fe

Browse files
committed
chore: not working exports
1 parent 3f6e1f8 commit c73d4fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/application-pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ jobs:
108108
APP_IMAGE: ${{ needs.build-app.outputs.app-image }}
109109
SAMPLE_DATA_IMAGE: ${{ needs.build-sample-data.outputs.sample-image }}
110110
run: |
111-
export JAVA_HOME=/usr/lib/jvm/java-21-openjdk-amd64
112-
export PATH=$JAVA_HOME/bin:$PATH
111+
# export JAVA_HOME=/usr/lib/jvm/java-21-openjdk-amd64
112+
# export PATH=$JAVA_HOME/bin:$PATH
113113
mvn clean install -P integration-tests

0 commit comments

Comments
 (0)