Skip to content

Commit

Permalink
GitHub Shared Action v2
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jan 4, 2022
1 parent d309853 commit 2a97a4c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/maven-verify.yml
Expand Up @@ -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

0 comments on commit 2a97a4c

Please sign in to comment.