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:50 UTC

[maven-surefire] 10/12: upload artifact

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 a8fba240740dfc096b5d83ad5774bea1ccc8bfc2
Author: tibordigana <ti...@apache.org>
AuthorDate: Mon Jan 13 01:56:13 2020 +0100

    upload artifact
---
 .github/workflows/maven.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b0f38e0..b1f0eb2 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -39,7 +39,12 @@ 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
+        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 *