diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c9ab5b715a..a59f77ddd7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -62,7 +62,7 @@ jobs: uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1 with: run: >- - mvn --batch-mode -V -U + mvn --batch-mode -V -U -e --threads 1C -DforkCount=1 -Dnative=${{ matrix.config.native }} @@ -77,7 +77,7 @@ jobs: uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1 with: run: >- - mvn --batch-mode -V -U + mvn --batch-mode -V -U -e -DforkCount=1 -Dcompare-version-with-baselines.skip=true --fail-at-end diff --git a/Jenkinsfile b/Jenkinsfile index df84e63102..c27c916f4e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -299,7 +299,7 @@ pipeline { dir('eclipse.platform.swt') { sh ''' mvn clean verify \ - --batch-mode --threads 1C -DforkCount=0 \ + --batch-mode --threads 1C -V -U -e -DforkCount=0 \ -Dcompare-version-with-baselines.skip=false \ -Dorg.eclipse.swt.tests.junit.disable.test_isLocal=true \ -Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true