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/04 16:15:21 UTC

[maven-surefire] branch master updated: GitHub Shared Action v2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2a97a4c  GitHub Shared Action v2
2a97a4c is described below

commit 2a97a4c28d8b6b095256b656dc26ed991ace2afa
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