You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/05/27 15:24:57 UTC

[commons-rng] branch master updated: Simplify GH build workflow

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git


The following commit(s) were added to refs/heads/master by this push:
     new c27cdb3b Simplify GH build workflow
c27cdb3b is described below

commit c27cdb3b77d0cead568622b7b33f596416ae7d59
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Fri May 27 16:24:50 2022 +0100

    Simplify GH build workflow
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0d04b5b4..16443aa5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -48,4 +48,4 @@ jobs:
       # Examples require Java 11+
       if: contains(matrix.java, '11')
       working-directory: ./commons-numbers-examples
-      run: mvn -pl examples-jmh,examples-quadrature,examples-sampling,examples-stress,examples-jpms/jpms-lib,examples-jpms/jpms-app verify apache-rat:check checkstyle:check
+      run: mvn -V --no-transfer-progress