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:31:00 UTC

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

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