chore: set Maven memory options in smoke-tests.yml

This commit is contained in:
Patrick Werner
2026-02-17 19:29:30 +01:00
parent 68fc2a4c04
commit 5778f431bf

View File

@@ -30,6 +30,8 @@ jobs:
distribution: zulu
- name: Build with Maven
env:
MAVEN_OPTS: -Xms256m -Xmx3g -XX:+UseG1GC
run: mvn -B package --file pom.xml -Dmaven.test.skip=true
- name: Docker Pull HTTP client