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 2020/01/13 00:36:46 UTC

[maven-surefire] branch maven2surefire-jvm-communication updated: cat dumps

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

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


The following commit(s) were added to refs/heads/maven2surefire-jvm-communication by this push:
     new 18bec24  cat dumps
18bec24 is described below

commit 18bec24eb05b7532c1431aa4c46ab71694dc3916
Author: tibordigana <ti...@apache.org>
AuthorDate: Mon Jan 13 01:36:39 2020 +0100

    cat dumps
---
 .github/workflows/maven.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index c4d1218..b0f38e0 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -39,10 +39,7 @@ jobs:
           java-version: 1.8
 
       - name: Build with Maven
-        run: mvn install -e -B -V -nsu --no-transfer-progress -fn -DskipTests
+        run: mvn install -e -B -V -nsu --no-transfer-progress -fn -f surefire-logger-api/pom.xml
 
       - name: cat dump
-        run: cat surefire-logger-api/target/surefire-reports/*.dump
-
-      - name: cat dumpstream
-        run: cat surefire-logger-api/target/surefire-reports/*.dumpstream
+        run: cd surefire-logger-api/target/surefire-reports && cat *