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 24831b1d6 try to get more infos with surefire report
24831b1d6 is described below
commit 24831b1d62d958c4183463114e920599ca538f55
Author: Olivier Lamy <[email protected]>
AuthorDate: Thu Apr 21 16:56:05 2022 +1000
try to get more infos with surefire report
Signed-off-by: Olivier Lamy <[email protected]>
---
.github/workflows/maven.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 07b2bc15a..d5a90f211 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,4 +45,7 @@ jobs:
cache: 'maven'
- name: Build with Maven
- run: mvn -e -B -V install -Pci-build -T2
-Dsurefire.redirectTestOutputToFile=false
+ run: mvn -e -B -V install -Pci-build -T2
-Dsurefire.redirectTestOutputToFile=false -Dmaven.test.failure.ignore=true
+
+ - name: Publish Test Report
+ uses: scacap/action-surefire-report@v1