Set JAVA_HOME for shell runner tests

This commit is contained in:
Codex
2026-04-12 21:44:39 +05:00
parent 9ec34dd334
commit 484663c670
+1
View File
@@ -20,6 +20,7 @@ test:
tags:
- marketing-parser-prod
before_script:
- export JAVA_HOME="$(dirname "$(dirname "$(readlink -f "$(command -v java)")")")"
- chmod +x mvnw
script:
- ./mvnw --batch-mode clean verify