Skip to content

Commit

Permalink
Signed-off-by: Lorenzo Bettini <lorenzo.bettini@gmail.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Apr 7, 2023
1 parent 631ac6d commit 7ec6b4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
mvn -version
- name: Build and test (headless with xvfb in Linux)
run: xvfb-run mvn clean verify -PuseJenkinsSnapshots -Dsurefire.rerunFailingTestsCount=2
run: xvfb-run mvn clean verify -PuseJenkinsSnapshots -Dsurefire.rerunFailingTestsCount=3
if: matrix.os == 'ubuntu-latest'
working-directory: org.eclipse.xtext.full.releng

- name: Build and test (in other OSes)
run: mvn clean verify -PuseJenkinsSnapshots -Dsurefire.rerunFailingTestsCount=2
run: mvn clean verify -PuseJenkinsSnapshots -Dsurefire.rerunFailingTestsCount=3
if: matrix.os != 'ubuntu-latest'
working-directory: org.eclipse.xtext.full.releng

Expand Down
2 changes: 1 addition & 1 deletion full-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ while [ "$1" != "" ]; do
done

MVN_ARGS+=(-PuseJenkinsSnapshots)
MVN_ARGS+=(-Dsurefire.rerunFailingTestsCount=2)
MVN_ARGS+=(-Dsurefire.rerunFailingTestsCount=3)

echo mvn -B -f org.eclipse.xtext.full.releng ${MVN_ARGS[@]} $@

Expand Down

0 comments on commit 7ec6b4f

Please sign in to comment.