From 9cc2d1869dfbdc15a5e6ac46f6e16f6f3cd1525f Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Thu, 12 Oct 2023 17:33:54 +0200 Subject: [PATCH] revert Signed-off-by: Stephane Bouchet --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 3cf211ba..203de207 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -55,7 +55,7 @@ jobs: # Build and compile using Maven - name: Build/Compile and run unit tests - 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 + run: xvfb-run -a 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