You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/01/02 09:30:59 UTC

[maven-surefire] branch gh-shared-v2 created (now 4fcc79c)

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

sjaranowski pushed a change to branch gh-shared-v2
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


      at 4fcc79c  GitHub Shared Action v2

This branch includes the following new commits:

     new 4fcc79c  GitHub Shared Action v2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-surefire] 01/01: GitHub Shared Action v2

Posted by sj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch gh-shared-v2
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 4fcc79c3b666850b4483f686588cad348c3459db
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Jan 2 10:30:39 2022 +0100

    GitHub Shared Action v2
---
 .github/workflows/maven-verify.yml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index e2e20db..1a580f0 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -19,15 +19,18 @@ name: Verify
 
 on:
   push:
-    branches-ignore:
-      - dependabot/**
   pull_request:
 
 jobs:
   build:
     name: Verify
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v1
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
     with:
       ff-goal: 'install'
       verify-goal: 'install -P run-its'
       verify-fail-fast: false
+      failure-upload-path: |
+        surefire-its/target/*/log.txt
+        surefire-its/target/**/surefire-reports/*
+        surefire-its/target/**/failsafe-reports/*
+        !surefire-its/target/failsafe-reports