Skip to content

Commit

Permalink
updated memory settings
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Bouchet <[email protected]>
  • Loading branch information
sbouchet committed Oct 12, 2023
1 parent bb11724 commit 147b13b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 147b13b

Please sign in to comment.