You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/11/04 00:11:38 UTC

[maven-surefire] branch master updated: [github actions] --no-transfer-progress

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

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a08472  [github actions] --no-transfer-progress
8a08472 is described below

commit 8a08472eb81b1c9a8d09c5c81a6f91528ef30981
Author: tibordigana <ti...@apache.org>
AuthorDate: Mon Nov 4 01:11:26 2019 +0100

    [github actions] --no-transfer-progress
---
 .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 78f959a..d7548f9 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -16,4 +16,4 @@ jobs:
       env:
         MAVEN_OPTS: -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
     - name: Build with Maven
-      run: mvn install -e -B -V -nsu -P run-its
+      run: mvn install -e -B -V -nsu --no-transfer-progress -P run-its