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


The following commit(s) were added to refs/heads/master-gh-action-logs by this 
push:
     new f1a0b1af7 do not ignore
f1a0b1af7 is described below

commit f1a0b1af7b7a65bdf70af781a248e90a349811e0
Author: Olivier Lamy <[email protected]>
AuthorDate: Thu Apr 21 17:46:43 2022 +1000

    do not ignore
    
    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 d5a90f211..07e23c0f2 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,7 +45,7 @@ jobs:
           cache: 'maven'
 
       - name: Build with Maven
-        run: mvn -e -B -V install -Pci-build -T2 
-Dsurefire.redirectTestOutputToFile=false -Dmaven.test.failure.ignore=true
+        run: mvn -e -B -V install -Pci-build -T2 
-Dsurefire.redirectTestOutputToFile=false
 
       - name: Publish Test Report
         uses: scacap/action-surefire-report@v1

Reply via email to