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/22 23:02:52 UTC

[maven-surefire] 12/12: Revert "investigate dumps on Ubuntu"

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

commit ecc2b8ca612b29f779cbd6f075daf7cf7c01189d
Author: tibordigana <ti...@apache.org>
AuthorDate: Thu Jan 23 00:02:09 2020 +0100

    Revert "investigate dumps on Ubuntu"
    
    This reverts commit 4be01d7d
---
 .github/workflows/maven.yml | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d9e509c..9bfd417 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
 
     strategy:
       matrix:
-        os: [ubuntu-latest]
+        os: [ubuntu-latest, windows-latest, macOS-latest]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}
@@ -39,12 +39,4 @@ jobs:
           java-version: 1.8
 
       - name: Build with Maven
-        run: mvn install -e -B -V -nsu --no-transfer-progress -fn -f surefire-logger-api/pom.xml -X
-
-      - uses: actions/upload-artifact@v1
-        with:
-          name: my-artifact
-          path: surefire-logger-api/target
-
-      - name: cat dump
-        run: cd surefire-logger-api/target/surefire-reports && cat *
+        run: mvn install -e -B -V -nsu --no-transfer-progress -P run-its
\ No newline at end of file