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 37bc76d  investigate dumps on Ubuntu
37bc76d is described below

commit 37bc76d631b074d8f125eeefb5a41bfb25b80df7
Author: tibordigana <[email protected]>
AuthorDate: Mon Jan 13 01:23:23 2020 +0100

    investigate dumps on Ubuntu
---
 .github/workflows/maven.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0d56bb9..f190c35 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -40,3 +40,9 @@ jobs:
 
       - name: Build with Maven
         run: mvn install -e -B -V -nsu --no-transfer-progress -P run-its
+
+      - name: cat dump
+        run: cat surefire-logger-api/target/surefire-reports/*.dump
+
+      - name: cat dumpstream
+        run: cat surefire-logger-api/target/surefire-reports/*.dumpstream

Reply via email to