From 147b13b3fcd7459a650c6ae8dbb2d4fd1f202972 Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Thu, 12 Oct 2023 16:20:52 +0200 Subject: [PATCH] updated memory settings Signed-off-by: Stephane Bouchet --- .github/workflows/build_test.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index fbe4f5d9..3cf211ba 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -55,12 +55,7 @@ jobs: # Build and compile using Maven - name: Build/Compile and run unit tests - uses: GabrielBB/xvfb-action@86d97bde4a65fe9b290c0b3fb92c2c4ed0e5302d #v1 - with: - run: > - export MAVEN_OPTS="-Xms1G -Xmx2G" - mvn clean verify -U -fae --settings build-ci/maven-settings.xml -DskipITests=true - -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -ntp + run: xvfb-run -a export MAVEN_OPTS="-Xms1G -Xmx2G"; mvn clean verify -U -fae -B --settings build-ci/maven-settings.xml -DskipITests=true -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -ntp # Archive artifacts to be applied in Publish Reports workflow - name: Archiving test artifacts