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

olamy pushed a commit to branch master-gh-action-logs
in repository https://gitbox.apache.org/repos/asf/archiva.git

commit d8db91658e8a71c40f8a49a99f492d556e187a76
Author: Olivier Lamy <[email protected]>
AuthorDate: Thu Apr 21 15:29:13 2022 +1000

    do not redirect output
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 .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 cbe068cd5..07b2bc15a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,4 +45,4 @@ jobs:
           cache: 'maven'
 
       - name: Build with Maven
-        run: mvn -e -B -V install -Pci-build -T2
+        run: mvn -e -B -V install -Pci-build -T2 
-Dsurefire.redirectTestOutputToFile=false

Reply via email to