diff --git a/.github/workflows/base-windows.yml b/.github/workflows/base-windows.yml index ed3de507a11c..946452871ed3 100644 --- a/.github/workflows/base-windows.yml +++ b/.github/workflows/base-windows.yml @@ -71,7 +71,7 @@ env: DB_PASSWORD: hibernate_orm_test DB_NAME: hibernate_orm_test COMMON_MAVEN_ARGS: "-e -B --settings .github/mvn-settings.xml --fail-at-end" - NATIVE_TEST_MAVEN_OPTS: "-Dtest-containers -Dstart-containers -DfailIfNoTests=false -Dquarkus.native.native-image-xmx=13g -Dnative -Dnative.surefire.skip -Dformat.skip -Dno-descriptor-tests -DskipDocs" + NATIVE_TEST_MAVEN_OPTS: "-Dtest-containers -Dstart-containers -DfailIfNoTests=false -Dquarkus.native.native-image-xmx=13g -Dnative -Dnative.surefire.skip -Dformat.skip -Dno-descriptor-tests -DskipDocs -Dquarkus.native.additional-build-args-append=-ea,-esa,-J-ea,-J-esa" MX_GIT_CACHE: refcache JAVA_HOME: ${{ github.workspace }}\openjdk GRAALVM_HOME: ${{ github.workspace }}\graalvm-home diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 957b1e681ba8..87ec2e57126b 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -74,7 +74,7 @@ env: DB_USER: hibernate_orm_test DB_PASSWORD: hibernate_orm_test DB_NAME: hibernate_orm_test - NATIVE_TEST_MAVEN_OPTS: "--fail-at-end -Dtest-containers -Dstart-containers -DfailIfNoTests=false -Dquarkus.native.native-image-xmx=13g -Dnative -Dnative.surefire.skip -Dformat.skip -Dno-descriptor-tests install -DskipDocs" + NATIVE_TEST_MAVEN_OPTS: "--fail-at-end -Dtest-containers -Dstart-containers -DfailIfNoTests=false -Dquarkus.native.native-image-xmx=13g -Dnative -Dnative.surefire.skip -Dformat.skip -Dno-descriptor-tests install -DskipDocs -Dquarkus.native.additional-build-args-append=-ea,-esa,-J-ea,-J-esa" MX_GIT_CACHE: refcache JAVA_HOME: ${{ github.workspace }}/openjdk GRAALVM_HOME: ${{ github.workspace }}/graalvm-home